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
Header | Value | Required |
---|---|---|
content-type | application/json | Yes |
x-iyk-api-key | API key for user | Yes |
Body
Field | Description | Type |
---|---|---|
poapEventId | IYK ID of the POAP event | number |
tagUID | UniversalID for the tag | string |
Response
{
"success": true
}
Field | Description | Type |
---|---|---|
success | Indicates if the assignment was successful | boolean |