Base URL
Base URL
Authentication
Every request carries an API key as a bearer token. Keys are scoped, so a key can only do what you granted it.The essentials
Versioning
How the API changes, and what counts as breaking.
Idempotency
Retry a send safely without delivering it twice.
Pagination
Cursor your way through long collections.
Errors
The error envelope, and what each code means.