Technical Support

Ask a Question
ANSWERED

Hiding the API Key

Hello,

ANSWERED

Auth token

I received my api key a week ago but have yet to receive my auth token. The email mentioned 2-3 business days. What’s the best channel to escalate?

ANSWERED
ANSWERED

API keys tied to an email

Hi,

ANSWERED

403 Error

I have just acquired an API key and I'm getting 403 as response.

ANSWERED

POAP embed?

Is there a way to show-off your POAPs with an html embed? Use-case is I want to show-off POAPS either in a personal website or DeSoc App

ANSWERED

Generating Auth Token

I'm trying to generate access token by calling the endpoint but it gives an error
Here is my command:
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": "my_client_id", "client_secret": "my_client_secret"}'

ANSWERED

Retrieving POAPs created by a particular entity

Is there a way I could find out all the POAPs issued by a particular person/organization? Maybe based on their wallet address or some other unique identifier?
I looked at all the methods in the API but can't seem to work out how to go about it.

ANSWERED

query regarding

const sdk = require('api')('@poap/v1.0#f9zrilbz36y2l');

ANSWERED

Get POAP Information in a Contract

hey, i want to use information of a poap in a smartcontract - this works fine in my dapp with your api. But how can i access the information in MY smart-contracts ?