Getting an Access Token


First, you need to authenticate with Token Service to get a token for the scope we need.
In order to get an access token, you need to make a POST request to the following endpoint: /Token/Authentication/GenerateToken
Depending on the scope you need to get is the body you provide, which must follow this format:

When the correct body is provided, Token Service will return both the Access and Refresh tokens for us to use.

Request body for External Scope

Property Description
Prefix Anything different than blank
ApiName (Scope) External
UserName API Key that identifies the client's database we need to connect to Value must be provided by Aristotle's staff
Password Password provided for this particular client Value must be provided by Aristotle's staff
AdditionalData Leave it blank