Skip to main content
GET
/
v2
/
giftcards
/
passes
/
{passSid}
Getgiftcardbypasssid
curl --request GET \
  --url https://api.loyalty.dog/v2/giftcards/passes/{passSid} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Path Parameters

passSid
string
required

Response

Successful Response