Skip to main content

Code examples

Postman file

The Postman is a tool designed to test RESTful services (Web APIs) by sending HTTP requests and analyzing their responses.
Download Postman App
Production
You should use the following URL:
https://api.positus.global/v2/whatsapp/numbers/{{chave}}/messages
When you contract and activate your WhatsApp Business API account, we will provide a key per number and you will be able to generate your tokens through the platform. ⬇️ Download the Postman collection — Production (2026)

Sandbox API

Development
You should use the following URL:
https://api.positus.global/v2/sandbox/whatsapp/numbers/{{chave}}/messages
Create your sandbox account through the link https://studio.posit.us/ and generate a token by following the on-screen instructions. Navigate to the “Webhook” menu and copy the POST URL (it uses the “Key”).In the development environment you cannot send HSM messages, but all other features are available for sending and receiving.
⬇️ Download the Postman collection — Sandbox (2026)

Code examples

C# - RestSharp

PHP - cURL

Python - http.client

Nodejs - Request

JavaScript - JQuery

PowerShell - RestMethod

Go - Native