Skip to content

Postman

Atle edited this page Apr 19, 2023 · 37 revisions

Connect to Postman

  • Download and install Postman from https://www.getpostman.com/
  • Download and import Environments Beta and Production
  • Download and import Omnia Timeseries Collection
  • Now, in the upper right corner, make sure you have selected correct Omnia Timeseries environment as shown below. (Beta or Production) Screenshot
  • Select the "Authorization" tab on collection "Timeseries", click "Get New Access Token"
  • Select from the requests in collection then press "Send".
  • You can edit the requests parameters/body or create new ones. Checkout other endpoints in Equinor API Management

For user impersonation (default)

For service to service

  • Please read Service-to-service using a shared secret
  • Edit Environment by clicking the Environment quick view button in upper right corner and select edit.
  • Update clientId and clientSecret values in the environment
  • Select the "Authorization" tab on collection "Timeseries", add {{clientSecret}} to Client Secret
  • Change grant type to Client Credentials

Clone this wiki locally