Skip to main content
GET
/
v2
/
passtypes
/
new
/
csr
Create Passtype Csr
curl --request GET \
  --url https://api.loyalty.dog/v2/passtypes/new/csr \
  --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

Response

Successful Response