Postman Reference Collection
Last updated
Last updated
For your convenience we also provide the API specification as a Postman collection, to interact quickly and easily with the API.
You can download the collection here
Open Postman and click on the "Import" button
Select the exh-postman-collections.json
from your filesystem
Confirm the import by clicking the orange "Import" button
The Extra Horizon postman collection is now available
The Extra Horizon API offers oAuth1 and oAuth2 authenthication mechanisms. The Postman collection contains some logic to facilicate using the endpoints.
Create a new Postman environment that contains the following variables:
Value | |
---|---|
|
|
| 27a4353c3a950a494a6fd58a6g3c0cff4affc953 |
| 7470a5bc2d42346988c5418420ac27cfe6ae5e8b |
|
|
|
|
Don't forget to save the environment!
After creating the environment, make sure it is selected in the top-right dropdown before continuing.
To learn more how to manage different environments, take a look at the Postman Documentation on Environments.
Open and execute the Create OAuth1 token
HTTP Request. If all environment variables are set correctly, this call will return successfully a token
and tokenSecret
that you should use in subsequent requests.
The token
and tokenSecret
variables are automatically stored in the environment. Other requests reference to these variables.