Internal

Basics

When using the Internal authentication method, the flow for making requests on behalf of a new User is as follows:

  1. The application creates a new User using the API Key.
  2. The application uses the same credentials along with the API Key to create a Token.
  3. The application can then use the Token to make additional requests.

When this Token expires, the application can request a new Token using the credentials.

Details