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.
Authentication URLs
Use the appropriate authentication URL depending on your environment.Generate Token for a Guest
To generate a token, please make aPOST API call to the following endpoint:
Requirements
The request must use theapplication/x-www-form-urlencoded format.
Headers
Body (form data)
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 theapplication/x-www-form-urlencoded content type.
Headers
Body (form data)
Sample Request
Useapplication/x-www-form-urlencoded and URL-encode all values.
