Technical Support
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 ?
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"}'
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.
Auth Token
I'm calling the this endpoint https://auth.accounts.poap.xyz/oauth/token using my client_id
and client_secret
and it gives the error below:
Unauthorized client *** for audience https://api.poap.tech: {"error":"access_denied","error_description":"Unauthorized"}
API: Minting to Wallet
Hi!
API Keys not found in Doppler
Hi, I saw my oauth api client id and client secret in the doppler, but was missing my api keys.
Poap create
Hello. I would like to create a POAP for the Blast mainnet blockchain. Can you tell me if this is possible? If it is possible, could you describe how to do it?
Rate Limit details
What are the details for rate limits against the POAP API? I'm getting some 429 errors and am unsure what are the limits and how to stay under them.
API key invalid
Hi! Seems like the provided API key isn't working. I've also sent a message in #development on discord.
Address can't take email
Why can't the address field in: /actions/scan/{address}/{eventId} take an email address just like /actions/scan/{address} does.