Send Whats
  1. Instances
Send Whats
  • Instances
    • List instances
      GET
    • Get an instance
      GET
    • Create an instance
      POST
    • Connect an instance
      POST
    • Disconnect an instance
      POST
  • Messages
    • Send a text message
      POST
    • Send batch files
      POST
  • Webhooks
    • Guia de integração
    • List webhooks
      GET
    • Get a webhook
      GET
    • Create a webhook
      POST
    • Update a webhook
      PUT
    • Remove a webhook
      DELETE
  1. Instances

Connect an instance

Developing
POST
/v1/instances/{id}/connect

Request

Path Params

Header Params

Responses

🟠404Record Not Found
text/html
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-sendwhats.innovtech.solutions/v1/instances/471731166408478720/connect' \
--header 'x-account-id: 440181378080968704' \
--header 'x-api-key: {{apiKeyLucasBogosDevTest}}'
Modified at 2025-07-25 17:32:58
Previous
Create an instance
Next
Disconnect an instance