Click Postman collection to view the file. The collection is in JSON format and is not very human-readable.
To download the Postman collection
To use this collection, you will need to have an account, and have at least one app setup. You will need the following values to run most of the API calls in the collection: appId
, userId
, keyId
, secret
and conversationId
.
appId
: The ID of the app with which you want to test the API. The appId
can be found on the App Settings page.apiVersion
: The API version to use. See API versioning to learn more.userId
: The user to whom you want to send the test messages. You can get a userId
in a few different ways:
userId
. If you use this method, you will be setup and able to view the messages sent from the Postman collection.userId
to test your API calls.conversationId
: The conversation that you are targeting. You can get it in a few different ways:
conversationId
.keyId
: You will need an API key ID to authenticate your calls. See our guide docs for more information.secret
: You will need an API key secret to authenticate your calls. See our guide docs for more information.Create a new environment through
Manage Environments | |
Add your values here |