Postman Collection for Workflows
We have compiled a Postman collection with the relevant API methods for CMS integration.
Click below to download the collection:
CMS Integration.postman_collection.json
Setup a Postman Environment
The collection references various variables that need to be defined in the environment. In Postman click the “Environments” button in the left bar and create an environment with the variables below.
Variable | Value | Comments |
---|---|---|
API2URL | The base URL of your platform | Example: |
PLATFORMID | Your Account ID | Example:
|
API2KEY | The API 2 key you have created. | Make sure you create it for an internal manager level user. |
Test
Select the environment in the top right of Postman.
Click the “Authenticate” method and run it.
It should work and return an API token. The token will be stored into a variable and reused by other API methods.