Assign a POAP Event

Assign a POAP event to a self-service POAP device. Any future taps of the chip will have a poapEvents object on the iykRef.

Your API key must be an owner of the POAP event, as well as the tag or token.

Request

POST /poap-events/assign/self-service

Headers

HeaderValueRequired
content-typeapplication/jsonYes
x-iyk-api-keyAPI key for userYes

Body

FieldDescriptionType
poapEventIdIYK ID of the POAP eventnumber
tagUIDUniversalID for the tagstring

Response

{
  "success": true
}
FieldDescriptionType
successIndicates if the assignment was successfulboolean