SCRAM uses Swagger for the interactive API documentation and it is provided to developers to deliver an understanding of the API’s structure. It lists all the live working endpoints, user can also try it out and see it working from the Swagger interface.

Authorization is required in order to work with API’s from Swagger interface.
On clicking Authorize button, a small window appears as shown below

You will need to execute a script to generate a token as described in the Authentication section. Once a token is generated, apply the [Token Value] as shown in screen above.
Please Note: There is a specific prefix Bearer and space before the actual token value.