Add More POAPs
Add more POAP links to an existing drop.
Let's start ๐
URL
Use the api/dispenser/populate/id
.
Body
Field | Type | Mandatory | Description |
---|---|---|---|
eventId | String | โ | eventId you got returned during the creation process. |
links | Object | โ | Enter your new links by separating them with a comma. See the example below. |
http://POAP.xyz/claim/0tqdzh,http://POAP.xyz/claim/51lclg,http://POAP.xyz/claim/j83iia,http://POAP.xyz/claim/sugzqv
Return Payload
Field | Type | Description |
---|---|---|
count | String | The number is updated with the values previously created and the ones you just added. |
link | Object | Same link returned during the creation process. |
eventId | Array | Same eventId returned during the creation process. |
Updated 8 months ago