Technical Support

Ask a Question

API Key Doppler Link Expired

Greetings, I just received an API key via email and waited 24 hours, but the Doppler share link says it has expired (and continues to do so).

Mint

I need all data csv address mint paop

License of POAP contracts

What are licenses of POAP contracts, if any?

ANSWERED

POAP embed?

Is there a way to show-off your POAPs with an html embed? Use-case is I want to show-off POAPS either in a personal website or DeSoc App

ANSWERED

Delivery method issue

We are building an app on which users can mint a POAP but we don't know the whitelisted addresses right now
Isn't a more dynamic way for minting POAPs so that we any user can mint the POAP

ANSWERED

Get POAP Information in a Contract

hey, i want to use information of a poap in a smartcontract - this works fine in my dapp with your api. But how can i access the information in MY smart-contracts ?

ANSWERED
ANSWERED

poap creation through contract

we dont require smart contract to create poap ? as i saw you have given api to create poap in tech docs
or we can. create /mint poap through smart contract also ?

ANSWERED

Generating Auth Token

I'm trying to generate access token by calling the endpoint but it gives an error
Here is my command:
curl --location --request POST --url 'https://auth.accounts.poap.xyz/oauth/token' --header "Content-Type: application/json" -d '{"audience": "https://api.poap.tech", "grant_type": "client_credentials", "client_id": "my_client_id", "client_secret": "my_client_secret"}'

ANSWERED

Where can I find the implementation of the POAP Factory contract?

I understand that every time someone creates a new drop, that new "POAP Collection" is generated by a Factory smart contract that just replicates the "XPoap" smart contract every time.