WhatsApp API

API Console

Test API endpoints directly from your browser. Execute requests and see responses in real-time.

Request

Enable to send a JSON body with your request

Response

No responses yet. Execute a request to see results.

Quick Start

  1. Select the HTTP method (GET, POST, PUT, DELETE)
  2. Enter the endpoint path (e.g., /sessions/:id/send-message)
  3. Add request body for POST/PUT requests
  4. Click Execute to send the request
  5. View the response in the Response tab

Example Endpoints

  • POST /sessions/:id/send-message - Send a message
  • GET /sessions/:id/status - Check session status
  • POST /sessions/create - Create new session
  • DELETE /sessions/:id - Delete session