Skip to main content

How do I authenticate to the REST API?

For authentication, the Creator API token must be submitted with each request to our API. There are two ways to do this:

1. via Basic Authentication
The API token can be transmitted base64-encoded as password via Basic Access Authorization, as username any dummy string can be passed. 

2. via query parameter 
Alternatively, the API token can simply be appended to the URL using the accessToken parameter.