Technical Support

Ask a Question

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.

Error whilst trying to retrieve Auth Token

Hello, When trying to retrieve my Auth Token using the curl command as per your email, I'm getting the following error: {"error":"access_denied","error_description":"Client is not authorized to access \"$client\". You need to create a \"client-grant\" associated to this API. See: https://auth0.com/docs/api/v2#!/Client_Grants/post_client_grants"}% Could you help urgently with this please? Many thanks Phil
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

[URGENT] Getting 404 Not found when requesting Auth token

Hey everyone - we're launching a new product @ <https://wonderverse.xyz> and we're launching on the 20th of June. As part of this launch allow users to add POAPs as rewards as their members complete quests. However currently when I follow the instructions in <https://documentation.poap.tech/docs/authentication> I get a 404 Not found with my correct ClientID and ClientSecret. Anyone have any clue how this can be fixed? Seems to be a recurring problem <https://documentation.poap.tech/discuss/6481e31117a8161481a3de80> Thanks for the help!
ANSWERED

Getting 403 for any request through Nodejs

Tried on <https://documentation.poap.tech/reference/gethealth-check>, everything worked out fine. When running the same code on my machine, I'm getting the following result. ``` res: Response { size: 0, timeout: 0, [Symbol(Body internals)]: { body: [Gunzip], disturbed: true, error: null }, [Symbol(Response internals)]: { url: 'https://api.poap.tech/health-check', status: 403, statusText: 'Forbidden', headers: [Headers], counter: 0 } } ```
ANSWERED

Using /paginated-events to search for events that match a certain search string

Is it possible to use /paginated-events GET endpoint to request all events that have a certain string name for instance if I wanted to look for all "adidas" events I could pass the search phrase in the request? The docs don't specify what params can be passed in the GET call but I found this link in the changelog history of this endpoint <https://api.poap.tech/paginated-events?limit=100&offset=0&sort_dir=asc&sort_field=name>
ANSWERED

How can I check on the status of my api key request?

I did not receive an email validating i filled out the request, It's been a couple of days so just want to make sure the request form worked and curious how i'd be sent my the keys.
ANSWERED

API returns invalid data for certain POAP?

Hello, I'm Lemon from Guild we are currently troubleshooting a gating issue with a POAP drop. the dropped POAP is not visible by the explorer/gallery and users who claimed can't seem to validate they hold this asset because the API returns an empty response. I created a POAP with the same settings and claimed on my wallet and I can get a response and gate with it. My POAP id: 100411, theirs: 45588 Why there is no response for theirs? I would guess the private event but it has nothing to do with it. I'm asking for technical help with the API. Thanks in advance, Lemon
ANSWERED

Requests limit

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

Getting unauthorized while using enpoints to claim POAPs

Trying the qr-codes endpoint for claiming POAPs and getting a 403 unauthorized /event/{id}/qr-codes Tried to check if the secret code is valid using /event/validate but getting unauthorized there as well My event id is 102279. Please help me understand how I can claim using the flow shown here - https://documentation.poap.tech/docs/popular-flow#4-minting-a-poap-directly-to-a-wallet