Technical Support
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.
Posted by Singer 9 days ago
API key invalid
Hi! Seems like the provided API key isn't working. I've also sent a message in #development on discord.
Posted by sam oculus 29 days ago
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.
We have users that haven't claimed their poap with a wallet address and the only way for us is with emails.
Is there a work around to this?
Posted by Emmanuel about 1 month ago
Fetch Method 'HEAD' not supported
Hi, I'm developing profile page depending on POAPs api, I want to know whether a profile has poaps before I fetch the endpoint (or the client will not fetch) , I tried HEAD method to fetch ,but got 403 status, hope to find a solution
Posted by Billy shi about 2 months ago
Get total number of event by API
Hi, I want to now is there any api to get the total number of event? "/paginated-events" is pass "total" but I found it not represent the total number of events
Posted by Thomas K 10 months ago
How to check status of created Event?
Hello, is there any API or way to check the status of created Event(Drop through events "https://api.poap.tech/events" API [HTTP:POST])
Posted by [email protected] about 1 year ago
Why this endpoint doesnt work?
When i try yo mint a poap by Secret word it's always says 'Secret not found' but if i try to mint the poap on mobile app with same secret word it's works.
https://documentation.poap.tech/reference/postwebsiteclaim
I use POST request to this endpoint
https://api.poap.tech/website/claim with data:
website: [my-approved-secret-word]
address: [my wallet address]
Posted by Milan Miladinovski about 1 year ago
POAP architecture
Hi,
I'm a blockchain developer and I use your API. I have some questions about the protocol.
How do you manage the fees? Is there a script that automatically calls the "mint" function of the smart contract with your company's wallet?
Thanks for your time,
Regards.
Posted by Jérémie about 1 year ago
Easier POAP Visibility
Is it possible to link the poaps you see when viewing https://app.poap.xyz/scan to their event on https://poap.gallery/ ? So when you click on the poap it takes you to the gallery page (which includes the text description).
Posted by CVJoint about 1 year ago
Generating an access token triggers an error when using it in Authorization Bearer.
I am testing an app locally and correctly generated the accessToken from the OAuth endpoint.
I am following the docs to use this token to retrieve data.
I get the following data in response to my request :
{ message: "'$myToken' not a valid key=value pair (missing equal-sign) in Authorization header: 'Bearer $myToken'" }
Where I replaced my own access_token generated previously with $myToken in the message.
Am I doing something wrong with the token ? The API endpoint I'm using is https://api.poap.tech.
Thank you for your help,
Posted by Alexandre Mahe about 1 year ago