Member Account NFC

Assign an NFC token to a member account

put/api/v2/accounts/{accountId}/nfc

Path parameters

accountIdstring required

Request body

collectorIdinteger

Google-specific pass issuer ID. Mutually exclusive with passTypeId.

passTypeIdstring

Apple-specific pass issuer ID. Mutually exclusive with collectorId.

tokenstring required

NFC token payload

Example request

{
  "token": "deadbeefcafebabe"
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.