Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to access Authenticated endpoints and to bypass the limitations of the rate-limiting imposed on Free Endpoints, calls need to be authenticated using an .
Before an can be issued, a needs to be created, either via the web frontend, or via the API.
Authentication is obtained by passing the as authorization
Header with type Bearer
.