Headers
Global Webshop Client Id
UUID of the sales channel
Response
200 - application/json
Successful response
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"
}
]
}Get all keycards of the current account
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"
}
]
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes