Technical Support

Ask a Question

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. 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?

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

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

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])

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]

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.

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).

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,