-
Notifications
You must be signed in to change notification settings - Fork 6
Postman
Atle edited this page Apr 19, 2023
·
37 revisions
- 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)
- 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
- Please read Authenticating by user impersonation without any shared secret (For people with Equinor accounts)
- Edit Environment by clicking the Environment quick view button in upper right corner and select edit.
- Clear the clientSecret if any
- 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