Listen for updates in mints, edits, collection creations and other async events
Model | Best for | Mechanism |
---|---|---|
Pull (query for updates) | Quick testing | Action Status API |
Push (get notified) | Scalable apps in production | Webhooks |
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 the Developers -> API Keys
tab of the Production or Staging consoles.