API Playground
Airdrop Collection
Mint NFT Collection items to a list of users. Unique NFT IDs are minted sequentially from 1 to the length of the user list. Subsequent requests to the endpoint will mint the next batch of NFTs starting from the last minted NFT ID.
POST
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
Body
application/json
Airdrop collection items to a list of customers with a maximum of 500 users per request. You must provide the collection `id`. *Note: The `collectionId` is different from the collection ID used on the blockchain.* You must provide a list of user IDs, emails, **OR** a list of user reference IDs associated with your database. You cannot mix and match these parameters.