Import it
1
Import into Postman
In Postman, click Import, paste this link, and confirm:Postman fetches the file and creates a Watx API collection with seven folders: Account, Messages, Contacts, Conversations, Broadcasts, Segments and Webhooks. If you prefer a file, open the link, save it, and drop it onto the same Import dialog.
2
Set your key
Open the collection, go to Variables, and paste a key from Settings → API keys into
apiKey. Every request sends it as Authorization: Bearer {{apiKey}} through the collection’s auth setting, so nothing needs changing per request.3
Send a request
Open Account → Who am I and click Send. A
200 with your workspace details means the key works. The scope each request needs is in its description.Variables
Path parameters such as
:id are collection variables on each request. Fill them on the Params tab before sending.
A key only unlocks the scopes it was created with. A
403 on a request means the key lacks that request’s scope, not that the collection is wrong. See Authentication.