Skip to main content
GET
/
api
/
keycards
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/keycards \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": [
    {
      "id": 123,
      "dataCarrierId": "<string>",
      "personId": 123,
      "metaInformation": {},
      "type": "SKIDATA"
    }
  ]
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Response

200 - application/json

Successful response

data
array
required