Technical Support
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
Troubleshooting unauthorized API error response
hi, i am trying to run some tests on this endpoint: https://api.poap.tech/event/{id}/qr-codes
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.
GET /actions/claim-qr might lead to security leak
I realized that we are asked to pass qr_hash
as an url parameters in the GET /actions/claim-qr
endpoint. Because any valid qr_hash
alone can be used to claim the POAP, I would consider it as a sensitive secret input. While HTTPS protects traffic from being sniffed, server framework and middleware commonly log full URLs. This means qr_hash
can be accidentally leaked even if the developer has exercised abundant caution.
query regarding
const sdk = require('api')('@poap/v1.0#f9zrilbz36y2l');
Can I know how many days does it take to process the API key request?
I have submitted the access form already on Friday 24th Feb 2022. So, I was just wondering when would I get access to the keys or if there is a need for anything else to process the request. Please let me know.
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.
Requested Authentication token but didn't receive it
I requested for POAP API as well as authentication token but only received POAP API
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
could i change the expired date after the expiration
hello,