Technical Support
API Keys not found in Doppler
Hi, I saw my oauth api client id and client secret in the doppler, but was missing my api keys.
can i confirm where i can get it
Posted by Aaron lee 7 months ago
Poap create
Hello. I would like to create a POAP for the Blast mainnet blockchain. Can you tell me if this is possible? If it is possible, could you describe how to do it?
Posted by Lambo R'Ghini 7 months ago
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.
Posted by Singer 10 months ago
API key invalid
Hi! Seems like the provided API key isn't working. I've also sent a message in #development on discord.
Posted by sam oculus 11 months ago
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?
Posted by Emmanuel 11 months ago
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
Posted by Billy shi 11 months ago
I have received a Doppler link for the API key, but after 24 hours, the provided secret still yields an Invalid Password message.
Please review and advise.
Posted by SpiderG 12 months ago
Poap count
Hello! I'm working on a project on ICP and using the POAP API. When making a request, I need to have an approximate idea of how many bytes the API response will be. Is there an endpoint in the API where I can get the count of POAPs for an address without retrieving the details of each individual POAP?
Posted by Leontiy 12 months ago
Issue generating access tokens
The page here - <https://documentation.poap.tech/docs/authentication#generating-access-tokens> - says that an access token can be generated by populating audience, client_credentials, and client_secret (auth token) with the values provided via email. But all I got in the email was the one time link to expose the client ID and client Secret. There is nothing I can see on audience or client_crednetials for me to be able to populate this CURL request
curl --location --request POST
--url '<https://auth.accounts.poap.xyz/oauth/token'>
--header "Content-Type: application/json"
-d '{"audience": "<https://api.poap.tech">, "grant_type": "client_credentials", "client_id": "$clientid", "client_secret": "$clientsecret"}'
Please help
Posted by null 12 months ago
CORS policy
Hello,
When I am trying to fetch the api request, in certain condition, I get this error:
"Access to fetch at '<https://api.poap.tech/...'> from origin '<https://example.com'> has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled."
Is there a way to deactivate the No 'Access-Control-Allow-Origin' header on the Server Side?
Posted by Nico about 1 year ago