Authentication

How to authenticate your requests to the API

AnimationAPI uses API keys to allow access to the API.

AnimationAPI expects the API key to be included in all API requests to the server in a header that looks like the following:

Authorization: Bearer API_KEY

You can get your API_KEY from User Menu → API Keys

User Menu

API Key types

There are two types of API Key:

1. Read/Write Access

These have full access to all types of requests (GET, POST, DELETE, PUT)

2. Read Access

These keys can only be used for GET requests