Skip to main content
POST
/
v1
/
whatsapp
/
pair
Start WhatsApp pairing
curl --request POST \
  --url https://api.whatsapp-use.com/v1/whatsapp/pair \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-WhatsApp-Use-Connection-Id
string

Required when the API key can access multiple WhatsApp connections.

Response

Pairing request accepted.

The response is of type object.