v1
latestOpenAPI 3.1.02026-07-241080412.6 KBGet a pass [Beta]
Use this endpoint to get pass details based on pass ID.
get/passes/{passId}
Path parameters
passIdinteger required
Pass identifier in Cleeng.
Headers
Content-Typestring
application/json
Response
200
Example response
{
"passId": 123456789,
"customerId": 123123123,
"status": "active",
"offerId": "P987654321_PL",
"expiresAt": 1713181108,
"paymentMethodId": 111222333,
"externalId": "CustomerExternalId",
"isExternallyManaged": true,
"source": "samsung"
}