Airdrop
Distribute your digital passports through a universal link.
Before you begin
As a brand, you wish to transfer your digital passports to your users' wallet addresses, so they automatically get ownership of the digital passports.
Use case example: Your brand wants to enhance engagement through a special drop to surprise your audience.
Your NFT Management Platform must be the digital passports owner.
Let's start ๐
Use the api/certificate/one2Many/forceTransfer/v2
.
Input | Mandatory | Type | Description |
---|---|---|---|
label | โ | String | Tag of the digital passport to transfer. |
format | โ | redirect , link , linkObject , content | โ link : returns text plain link such as https://arianee.net/passportId,passphrase .โ redirect : redirects automatically to the digital passport.โ linkObject : returns link as .json object.โ content : returns digital passport content. |
arianeeAccessToken | โ | String | Json Web Token signed by a wallet private key. |
Result:
httpCode | Parameters returned |
---|---|
linkObject - 200 | certificateId - Digital passport identification number.passphrase - Digital passport passphrase.deeplink - Deeplink to claim the digital passport. |
link - 200 | deeplink to claim the digital passport. |
redirect - 200 | Triggers a redirection to the claiming link of the digital passport. |
400 | โ Missing query parameters. โ No more digital passports available. |
Updated about 1 year ago