Base URL
https://api.iyk.app
After creating a POAP event, you can assign the event to a linked Digital Twin token in order to emit the POAP from the corresponding physical item.
| HTTP Method | POST |
| Path | /poap-events/assign |
| API Key Header | x-iyk-api-key |
{
"contractAddress": "0x123",
"chainId": 1,
"tokenId": "1",
"poapEventId": 1,
"title": "9dcc IT-01 #001",
"description": "Verify that you met this shirt",
"startsAt": "2023-02-22T15:00:00Z",
"endsAt": "2023-02-24T15:00:00Z"
}{
"success": true
}