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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!