Technical Support

Ask a Question
ANSWERED

Requests limit

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

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

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.

Integration with popular CRM's?

Does POAP API integrate with any major CRM’s out there? Example: Salesforce, HubSpot, etc. Thanks!
ANSWERED

Offset query param

What does offset mean in https://documentation.poap.tech/reference/geteventpoaps-2 and how do I use it?
ANSWERED

Not found when trying to get auth token

When I am using the curl request form the docs (with my own credentials) curl --location --request POST --url '<https://auth.accounts.poap.xyz>' --header "Content-Type: application/json" -d '{"audience": "<https://api.poap.tech">, "grant_type": "client_credentials", "client_id": "$clientid", "client_secret": "$clientsecret"}' I get "Not found" as a response. I am also not sure what to use for "audience". Also, on a side note, are my client id and secrete supposed to be the same string? Any help would be greatly appreciated.
ANSWERED

Empty array on qr-codes event

Hi all. I followed instructions how to mint a poap with the normal flow, first I used the event(id)-qr-codes, but I got an empty array \[] as a response. Can someone tell me why is that happening? Thanks. Krisztian
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
ANSWERED

API key

I had requested an API key a few weeks back and had received an email with the link sometime back. I completely missed the email, apologies for that. Please let me know if it would be possible to send another link or if i need to fill up the form again.
ANSWERED

Do claims with ENS update along with new ENS resolution?

If you claim to an ENS, update the ENS records to resolve to a different address, and then use [GET /actions/scan/{address}](https://documentation.poap.tech/reference/getactionsscan-5) to look up the POAPs claimed by an ENS, will it show the POAP you previously claimed with that ENS when it was resolving to a different address? Or will it only show POAPs for the address the ENS currently resolves to?