This call only updates the status of the pass. No other action (like push notifications) are performed. Supported status: valid, invalid, redeemed, unpaid, locked, incomplete.
https://api.passslot.com/v1/passes/:passTypeIdentifier/:serialNumber/status
PUT https://api.passslot.com/v1/passes/pass.example.id1/27f145d2-5713-4a8d-af64-b269f95ade3b/status
{
"status": "redeemed",
}
{
"status": "redeemed",
}
| HTTP Method | PUT |
| API Version | 1 |
| Requires Authentication? | Yes |
| Request Format | JSON |
| Request Object | Status Object |
| Response Format | JSON |
| Response Object | Status Object |