Open the Courier collection in Postman
Fork it into your workspace, then add your API key and send.
Set up
Fork the collection
Open the collection above and click Fork. Your copy stays linked to the source, so you can pull in updates as we ship new endpoints. (A Postman account is required.)
Add bearer auth
On the forked collection’s Authorization tab, set Auth Type to Bearer Token and enter
{{auth_token}}.Create an environment
In Environments, add
Courier Test with a variable auth_token. Paste your Test API key into Current value (not Initial value, which syncs to Postman’s cloud). Repeat for Production, then pick an environment.Send your first request
WithCourier Test active, open Send a Message (POST /send), add a body, and click Send:
requestId you can track in your message logs.
Treat your API key like a password: keep it in Current value (not Initial value), or use Postman Vault for team keys. Rotate it if it leaks.
Next steps
API reference
Explore every endpoint and start integrating.
Environments and API keys
Manage your Test and Production keys.