Technical Support

Ask a Question

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.

500 ERROR (urgent)

Hi, As suggested in your ERROR documentation, I've sent the below to [email protected] but now I see not anyone has access to post into that Group. So I hope here it will be sorted quickly, because we seem to cancel our ETH Prague demo due to this delay. While I was started testing the integration, I get the following as response: (Ignore the Collection lines pls) • Status code500 • HeadersArray • 1Collection • NamedateValueMon, 05 Jun 2023 00:21:13 GMT • 2Collection • Namecontent-typeValueapplication/json • 3Collection • Namecontent-lengthValue36 • 4Collection • NameconnectionValueclose • 5Collection • Namex-amzn-requestidValue5255d170-d7bd-473e-8ef4-ac8dddefc588 • 6Collection • Namex-amzn-errortypeValueInternalServerErrorException • 7Collection • Namex-amz-apigw-idValueGBOTEHQkCYcFTfQ= • 8Collection • Namecf-cache-statusValueDYNAMIC • 9Collection • Namereport-toValue{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=YLRSgaRfvb1Zobday3ihjXk%2BDXxw0e9KhGyq1J0Y5T4hbX8VqmZModJuUKx18ts4CBa6IO%2BbZc8zE09OkYTFfMoVgZ%2FXwlmRNm4us22Hoy9x1QNjF9Y2XpZ15kj7wnxk"}],"group":"cf-nel","max_age":604800} • 10Collection • NamenelValue{"success_fraction":0,"report_to":"cf-nel","max_age":604800} • 11Collection • NameserverValuecloudflare • 12Collection • Namecf-rayValue7d244116eb7c34bf-DUB • 13Collection • Namealt-svcValueh3=":443"; ma=86400 Is there anything I can do to fix it urgently?

Check token claim status without api key

Is it possible to check a token's claim status without authentication? Since it seems to me that I can only use the claim-qr endpoint by providing the api key that was used to create the event. It would be quite a hassle to have to securely keep track of everyones api key. However, I might be missing something.

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

How to check status of created Event?

Hello, is there any API or way to check the status of created Event(Drop through events "https://api.poap.tech/events" API [HTTP:POST])

Why this endpoint doesnt work?

When i try yo mint a poap by Secret word it's always says 'Secret not found' but if i try to mint the poap on mobile app with same secret word it's works. https://documentation.poap.tech/reference/postwebsiteclaim I use POST request to this endpoint https://api.poap.tech/website/claim with data: website: [my-approved-secret-word] address: [my wallet address]

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.

Easier POAP Visibility

Is it possible to link the poaps you see when viewing https://app.poap.xyz/scan to their event on https://poap.gallery/ ? So when you click on the poap it takes you to the gallery page (which includes the text description).

Generating an access token triggers an error when using it in Authorization Bearer.

I am testing an app locally and correctly generated the accessToken from the OAuth endpoint. I am following the docs to use this token to retrieve data. I get the following data in response to my request : { message: "'$myToken' not a valid key=value pair (missing equal-sign) in Authorization header: 'Bearer $myToken'" } Where I replaced my own access_token generated previously with $myToken in the message. Am I doing something wrong with the token ? The API endpoint I'm using is https://api.poap.tech. Thank you for your help,

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