List issued cards for Punch Card
Getting all issued cards for a specific punch card as paginated response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Punch Card to get the issued cards for
Response
Paginated response with issued punch cards
Current page of the response
1
Array of Bought Punch Cards objects
Endpoint to go to the first page of objects
"https://api.mijnklantportaal.nl/v1/punch-cards/pcd_abc12345def678/issued?page=1"
Offset of the current page
1
Endpoint to get the next batch of objects, if available
"https://api.mijnklantportaal.nl/v1/punch-cards/pcd_abc12345def678/issued?page=2,"
Current used endpoint
"https://api.mijnklantportaal.nl/v1/punch-cards/pcd_abc12345def678/issued"
Amount of object returned per page. Default is 15 objects
15
Endpoint to get the previous batch of object, if available
null
Next offset of objects
15
