For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Implicit or Password Flow

To Authenticate and Execute RightRev API using Implicit or Password Flow

  • Go to top of the Swagger. In the Servers drop-down select the OAuth server URL, provide the tenantId and Environment and then click on Authorize button as shown in the screenshot below.

  • Generate token using one of the flows

For Implicit Flow

  1. Provide the client_id value as Swagger and click Authorize button as shown in the screenshot below

  2. Page will open on the browser to authenticate, enter credentials and login.

  3. Once the token is validated, you will be viewing the below screenshot and then click on Close button

For Password Flow

  1. Enter provided client_id, client_secret, username and password

  2. Click on Authorize button

  3. Once the token is validated, you will be viewing the below screenshot and then click on Close button

  4. Click on Close button

  5. Once you have generated the token now change the URL in the Servers drop-down to point to the API server. Now provide the same tenantId and Environment for which you have generated a token

Once you are done with the above steps, click on any one of the APIs and try it out.

Token time interval is 5 minutes

Last updated

Was this helpful?