Authentication

Intely uses personal access tokens and basic authentication for users wanting to make requests to the Intely API.

After you receive access to your Intely Account, you can generate a Personal Access Token in your account.

How to Generate an Access Token

  1. Login to your Intely Account
  2. Navigate to My Profile in the top right corner
  3. Select 'Create New Token'
  4. Give the Access Token a name, define the expiration date, and scopes.
  5. Hit 'Generate' and copy the Access Token

Using this Personal Access Token, you can authenticate endpoint access by retrieving a user token from the authentication endpoint. The basic auth username is your platform username, and the password is the generated Personal Access Token.

🚧

Secure your access token

Never give out or share or give out personal access tokens. Do not expose access tokens in code repositories. Treat them like passwords to sensitive data.