Technical Support

Ask a Question
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

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

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

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

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?

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

Are Auth Tokens and API keys sent in a single email?

Hello! I requested both API keys and Auth Tokens - are these sent in the same email or separate messages? Either way I'm still missing my Auth Tokens haha. Many thanks :-) Phil
ANSWERED

Need Authentication Tokens in addition to API Key

Hi there, Thank you once again for the API Key. We've begun preliminary development on our project and have realized that we need access to some private endpoints in order to issue POAPs, like the GET and POST to /actions/claim-qr endpoint. Therefore, in addition to the API Key that you've sent, we also need Authentication Tokens. Apologies that this was not requested initially. Thanks & looking forward to your reply. Let me know if there is anything else needed from our end.
ANSWERED

Requests limit

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