Postman

Postman #

To help with getting authenticated and using the API, a Postman Collection it available to download.

Generating Started with Postman #

Follow the steps below to get start with the ~.Dimensions.~ API using Postman.

  1. Download and import the collection and environment files into Postman.

  2. Configure the Environment Variables with the values from the Rest API section of the portal:

  • OAUTH-CLIENTID
  • OAUTH-CLIENTSECRET
  1. Within the collection, use one of the available authentication flows to obtain a token:
  • Authorization Code Flow: Requires user interaction to log in and obtain a token.
  • Client Credentials Flow: Bypasses the need for user login and directly obtains a token.

Once the token has been successfully generated, the examples in the collection can be used to interact with the API.