Skip to main content
GET
/
v2
/
templates
Get Pass Templates
curl --request GET \
  --url https://api.loyalty.dog/v2/templates \
  --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.

Headers

authorization
string | null

Query Parameters

q
string | null
page
integer
default:1
limit
integer
default:250
offset
integer | null

Response

Successful Response