Skip to main content
POST
/
api
/
v1
/
passes
/
{id}
/
nullify
Nullify Pass
curl --request POST \
  --url https://api.passentry.com/api/v1/passes/{id}/nullify \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e89b1330fc391ec89656f3c664318cff8805471e",
    "type": "pass",
    "attributes": {
      "downloadUrl": "https://download.passentry.com?pass=e89b1330fc391ec89656f3c664318cff8805471e",
      "passType": "storeCard",
      "deviceType": "iphone",
      "createdAt": "2025-01-15T10:30:00Z",
      "status": "nullified",
      "extId": "user-123",
      "addedAt": "2025-01-15T10:35:00Z",
      "nullifiedAt": "2026-03-28T14:00:00Z",
      "expiresAt": "2026-03-28T14:00:00Z",
      "passTemplateUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "passTemplateName": "Loyalty Card",
      "nfc": null,
      "barcode": {},
      "passContent": {}
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Pass UUID or External ID

Response

Successful

data
object