Skip to main content
Test the Courier API in Postman with no integration code. The collection is updated with every release, so it always reflects the latest endpoints.

Open the Courier collection in Postman

Fork it into your workspace, then add your API key and send.

Set up

1

Fork the collection

Open the collection above and click Fork. Your copy stays linked to the source, so you can pull in updates. Requires a Postman account.
2

Add bearer auth

On the forked collection’s Authorization tab, set Auth Type to Bearer Token and enter {{auth_token}}.
3

Create an environment

In Environments, add Courier Test with a variable auth_token. Paste your into Current value (not Initial value, which syncs to Postman’s cloud). Repeat for Production, then pick an environment.

Send your first request

With Courier Test active, open Send a Message (), add a body, and click Send. template is the ID or alias of a published . data supplies its variables:
Courier returns a requestId you can track in your .
Treat your API key like a password. Use Postman Vault for team keys, and if it leaks.