- Notifying your customers via email that their NFT is ready to access
- Updating your database with the NFT id for the user
- Showing in your website that that the mint has been successful
Ways to check the status of an action
Model | Best for | Mechanism |
---|---|---|
Pull (query for updates) | Quick testing | Action Status API |
Push (get notified) | Scalable apps in production | Webhooks |
Action Status APIs
Call the following API to check the status of an action:cURL
API Reference
Where can I find the actionId and API_KEY?
Where can I find the actionId and API_KEY?
actionID
is returned from any async API calls you perform.YOUR_API_KEY
can be found in theDevelopers -> API Keys
tab of the Production or Staging consoles.