Authentication

The Crayon API uses OAuth2 to authenticate with the API.

ResourcePasswordFlow

When authenticating using ResourcePasswordFlow you need a registered “ClientID” with a “ClientSecret”, and username with a password.

Steps:

  1. Request a Tenant administrator account by your crayon contact.
  2. Retrieve token: Get token
See samples:
Sample program in C#