Postman collection
A Postman collection is generated from the current API spec of this environment on every documentation build.
Download the Postman collectionUsing the collection
Section titled “Using the collection”- In Postman, use Import and select the downloaded file. Requests are grouped in folders by API area, pre-filled with the environment base URL.
- Configure your client certificate (mTLS) in Settings → Certificates → Add Certificate, using the environment base URL as the host and your PFX file with its password. See the Postman guide on client certificates.
- Generate an access token with the Authentication Token request using
your client credentials, and use it as the
Authorization: Bearerheader of the other requests.