Technical Support

Ask a Question

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
ANSWERED

How can I get more qr-codes once the event is created?

If I requested for 10 codes but then I need more, how can I get more qr-codes? Thanks
ANSWERED

Requests limit

Could anyone let me know what is the request limit by API key?
ANSWERED

Is there a dynamic address-based allow listing based on external smart contract interaction via webhook?

Hello, my name is Roy and I'm working on a web3 project to allow a specific address to mint a POAP based on an on-chain event. We are looking to build a system that whenever an X event is emitted in a smart contract, we allow minting a POAP for that wallet address (sender) dynamically. I see Delivery might seem like a good option for token-gating minting, however, it appears to be a manual drop, is there a way to programmatically add addresses to the delivery list triggered by an event, which would refresh the allow list in real-time? If Delivery is not an option, I wanted to check if there is a good path to accomplish these checks. We could potentially handle this off-chain but wanted to confirm if this is something we could enforce within POAP. Thank you!
ANSWERED

Get Auth token after requested API Key

Hi, I thought that the endpoints I would need to use were all public but looks like POST /actions/claim-qr and POST /events/{id}/qr-codes are also protected. I've requested the API KEY only but I would need auth token as well, can you extend my request and send me the Authentication token too? Thanks
ANSWERED

Link with API Key says expired but only sent 16 hours ago.

As in the description.
ANSWERED

Can i get an object showing all the Poaps claimed by a specific wallet?

Hi! I would like to know if the POAP XYZ API has an Endpoint that recieves the wallet address and return all the poaps claimed by that wallet.
ANSWERED

API KEY lost

Hello, we lost our api key. how can we get new one ?
ANSWERED

Secret word not found. 404

I created a test POAP with a secret claim word. I activate the POAP and am able to successfully claim it via iOS. However, when I try to claim it via the API (/website/claim POST) it returns 404 Secret Not Found. Anyone able to help?
ANSWERED

Retrieving POAPs created by a particular entity

Is there a way I could find out all the POAPs issued by a particular person/organization? Maybe based on their wallet address or some other unique identifier? I looked at all the methods in the API but can't seem to work out how to go about it. Also, the endpoint /deliveries wasn't much help as it missed a lot of events when querying.