Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create an Application Access in Usage Engine as described in Configuring Application Access. Ensure to copy the Client Secret since it will only be visible when creating the Application Access.

  2. Either download the Postman app, or select to run it in a browser, and create an account and sign in.

  3. Go to the workspace and import the OPEN API specification. The API specification can be downloaded from the endpoint of your environment Environments.

  4. Import the downloaded API specification in the postman as Postman collection.

  5. Click on the REST API basics tutorial, and your workspace opens with a basic set of requests; GET, POST, PUT, DEL.

    Postman1.png
  6. Select one of the methods and click on the Authorization tab to configure the application authentication.

    Authorization.png
  7. Click on the Type drop-down and select OAuth 2.0.

  8. Scroll down to the Configure New Token section.

    New-token.png
  9. Paste the Client ID and Client Secret details from the Configuring Application Access Application Access you created in Usage Engine in the first step.

...