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.

Resource URL

https://api.passslot.com/v1/passes/:passTypeIdentifier/:serialNumber/status

Example Request

Request

PUT https://api.passslot.com/v1/passes/pass.example.id1/27f145d2-5713-4a8d-af64-b269f95ade3b/status

{
    "status": "redeemed",
}

Response

{
    "status": "redeemed",
}

Resource Information

HTTP Method PUT
API Version 1
Requires Authentication? Yes
Request Format JSON
Request Object Status Object
Response Format JSON
Response Object Status Object