This call returns the custom price of an unpaid Wallet pass. If the Wallet pass was paid by the user, price is null
https://api.passslot.com/v1/passes/:passTypeIdentifier/:serialNumber/price
GET https://api.passslot.com/v1/passes/pass.example.id1/27f145d2-5713-4a8d-af64-b269f95ade3b/price
{
"price": 10.15,
}
| HTTP Method | GET |
| API Version | 1 |
| Requires Authentication? | Yes |
| Response Format | JSON |
| Response Object | Price Object |