Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels