<aside> ⚠️
These APIs are in limited beta stage.
Please don’t share this widely since the documented APIs might have breaking changes.
</aside>
Paginated endpoints return a next.cursor
property next to the result
object. To fetch the next page, send the value as a cursor
query parameter. An optional limit
query parameter can be used to specify the page size.
{
"result": {
...
},
"next": {
"cursor": "eyJwYWdlIjoxLCJsaW1pdCI6MTAwfQ"
}
}
Developers can generate an API key for programmable DCs at https://warpcast.com/~/developers/api-keys.
Click “Create an API Key” to generate a new key, and enter a description and expiration date. Default expiration is 1 year from creation time.
Your key will only be shown once, so make sure you copy it and save it somewhere secure. Developers should treat this key as a secret and manage it appropriately. Clicking “Copy API Key” in the dialog below will automatically copy your key to the clipboard.
You can create and revoke keys from the developer dashboard. There is a soft limit of 50 API keys per user.