curl --request GET \
--url https://api.pricenow.dev/api/keycards \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"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 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": [
{
"id": 123,
"dataCarrierId": "<string>",
"personId": 123,
"metaInformation": {},
"type": "SKIDATA"
}
]
}