These docs are for v1.7. Click to read the latest docs for v2.1.

Create POAPs Drop

Connect POAPs to Arianee's QR code.

Before you begin

As a brand, you want to connect POAP passport to Arianee's QR code to allow your owners to claim POAP.

โš ๏ธ

  • One credit is spent during this operation to create a landing passport.
  • Supported formats when creating POAPs: .png, .jpg and .gif.

Let's start ๐Ÿš€

Step 1. Fill the form to request the POAPs drop creation.

โ†’ You'll receive an email containing the list of POAPs. Example:

http://POAP.xyz/claim/1235dsf
http://POAP.xyz/claim/9dj4dg5

โš ๏ธ

  • Do not edit the file POAP sent. You must have one link per line for next steps.
  • Keep the .txt format.

๐Ÿ“Œ

You can also enter directly the POAP links as a body parameter separated by a coma. See the example below.

"http://POAP.xyz/claim/1235dsf","http://POAP.xyz/claim/13455dsf"

Step 2. Rename the file by links.

Step 3. Use the api/dispenser/event.

๐Ÿ’ก

Note that this API is a generic kiosk wich allows to distribute something else than Arianee digital passports. You can distribute any type of link.

In this case, we drop POAP links.

InputMandatoryTypeDescription
titleโœ…StringFor context, give a name to your drop.
linksโœ…Objectlinks.txt file. Without your file, the count is 0.
noMoreNftโœ…URLAttach a No More digital passport previously created when no more digital passports are available for claiming.
spkzRequirementโŒURLURL of the SPKZ rule that must be respected for the user to be able to claim the POAP.
typeโŒStringDefine your type of links โ†’ poap in that case.

Result:

  • count - Number of POAP links.
  • eventId - Save this information to add more POAP links! For more information, check out Add more POAPs.
  • link - Link that must be copied for the next steps!

Example:

{
    "title": "POAP from NFT_NYC 25/09/2022",
    "count": 12,
    "eventId": "63f5f1a451779e7e4c7b2d2c",
    "spkzRequirement": "https://api.spkz.io/strategies?roomId=6",
    "link": "https://documentation.api.staging.arianee.com/dispenser/claim/63f5f1a451779e7e4c7b2d2c"
}

Step 4. From your NFT Management Platform, create a landing digital passport. In the External Contents field, define the following settings:

  • Type - The link to redirect to another claimable digital passport should redirect to the same link with the Arianee access token.
  • Title - POAP claiming links.
  • URL - Enter the link output previously returned.