Skip to content

Media Manager API

Rate Limiting

All requests to API endpoints are rate-limited by IP and/or user token. This limit is currently 60rps. Any GET requests are cached for a minimum of 60 seconds.

Authorisation

Requests to the API are authenticated using bearer tokens where applicable.

Bearer tokens should be sent as a HTTP header:

Authorization: Bearer <API token>

API Tokens

API tokens grant an application permission to act on behalf of a Media Manager user and will have access to all teams the account is associated with.

For more information on roles and permissions see managing users.

Read more on API tokens.