Skip to main content
Prerequisite: In order to run the collection below, a Authentication_URL is required which will be provided by Cynopsis, which can then be set as a global variable or in the enviroment created for Artemis in the Introduction section.
Artemis3 Postman Collection Link

Authentication URLs

Use the appropriate authentication URL depending on your environment.

Generate Token for a Guest

To generate a token, please make a POST API call to the following endpoint:

Requirements

The request must use the application/x-www-form-urlencoded format.

Headers

Body (form data)

Replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the credentials provided by Cynopsis.

Sample HTTP Request

Sample HTTP Response

Get Access Token/Refresh Token Using Username and Password

Requirements

Use the application/x-www-form-urlencoded content type.

Headers

Body (form data)

Replace the values accordingly. These credentials are required for authenticating the user.

Sample Request

Use application/x-www-form-urlencoded and URL-encode all values.

Sample Response


Using Refresh Token for User

To obtain a new access token using a valid refresh token (from above), make the following request:

Headers

Body (form data)


Sample Request (Refresh)


Sample Response