Get a single pass

GET /v0/passes/{id}

This endpoint enables you to fetch the details of a specific pass by its unique identifier (ID). The pass ID could either be obtained from the creation of the pass or by querying the endpoint GET /v0/passes.

The pass details returned will encompass all pertinent data regarding the pass, including the platform it pertains to (Apple or Google), associated blockchain network, owner's wallet address, token ID, contract address, creation time, last scanned time, and expiration status.

To delve into the pass's scan history, you have the option to include parameters scanHistoryStartTime and `scanHistoryEndTime``. These parameters help filter out barcode scans in the pass's history that occurred within the specified time range. The time is provided as a Unix timestamp in seconds.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Pass ID or user provided externalId

Query Params
number

Include previous barcode scans starting from specified time (Unix timestamp in seconds)

number

Include previous barcode scans ending at specified time (Unix timestamp in seconds)

Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json