Technical Support
POAP distribution through website
How to create POAP website(which is a distribution method) using API?
Posted by Srishti Lodhi over 1 year ago
Delivery
How to create POAP delivery using API?
Posted by Srishti Lodhi over 1 year ago
Building an app
Can I use POAP in my application through API key
Posted by Srishti Lodhi over 1 year ago
Using /paginated-events to search for events that match a certain search string
Is it possible to use /paginated-events GET endpoint to request all events that have a certain string name for instance if I wanted to look for all "adidas" events I could pass the search phrase in the request?
The docs don't specify what params can be passed in the GET call but I found this link in the changelog history of this endpoint <https://api.poap.tech/paginated-events?limit=100&offset=0&sort_dir=asc&sort_field=name>
Posted by sayeed mehrjerdian over 1 year ago
Got QR Hashes via API. Now What?
We are able to request a list of our unique QR hashes from this endpoint: <https://api.poap.tech/event/123689/qr-codes>. However, we are unsure how to show the user the actual QR code they need to scan to mint the POAP. How do we go from QR Hash to Actual QR Code? Maybe this is a question that reflects some fundamental misunderstanding about how POAPs work, because it seems like it should be obvious but is not to us.
Posted by Full Name over 1 year ago
auth Token
hi,
Thanks for the API key. Can I check how long it takes to receive the auth token?
Rgds
Branson
Posted by Branson Les over 1 year ago
Can I get the events created with my API Key only?, I see paginated events bring all the events
Can I get the events created with my API Key only?, I see paginated events bring all the events
Posted by Daniel marquez over 1 year ago
Mint POA to wallet after a previous email minting ?
Hi,
After a POA has been "reserved" via an email address (with /actions/claim-qr), I was wondering if we could use the same API to send it to an ethereum address ?
It seems that /actions/claim-qr cannot be used with an ethereum address after an email has been used before ("Bad Request - QR Claim already claimed"). The only way I found is to go to https://app.poap.xyz/scan so that the user can enter his email address to mint its POA to his wallet.
In my use case, I would like to automate the process of reservation and minting to an eth address.
Thanks for you help
Posted by Qodex over 1 year ago
Troubleshooting unauthorized API error response
hi, i am trying to run some tests on this endpoint: https://api.poap.tech/event/{id}/qr-codes
but i keep getting unauthorized error response, what is the best way to troubleshoot this? fyi, testing done via https://documentation.poap.tech/reference/posteventqr-codes
I have API key, event id and secret code handy if that helps.
thanks!
Posted by Ravi over 1 year ago
Where does one acquire the 'secret_code' using the POST /event/{id}/qr-codes endpoint for 'mint to wallet direct' flow?
We're looking to perform a mint directly to a wallet address using the following common flow: https://documentation.poap.tech/docs/popular-flow#4-minting-a-poap-directly-to-a-wallet.
For the first step, a 'secret_code' and event 'id' is required. The latter is acquired using the https://app.poap.xyz/admin/events create new POAP button after email response, but the former, the secret_code is in question.
Where does one acquire the 'secret_code' to process this common flow setup in minting POAPs directly to a wallet?
Thanks in advanced.
Posted by Morgan Moskalyk over 1 year ago