Skip to main content
GET
/
v1
/
whatsapp
/
pair
/
status
Get WhatsApp pairing status
curl --request GET \
  --url https://api.whatsapp-use.com/v1/whatsapp/pair/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "qr": "<string>",
  "error": "<string>"
}

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

Current pairing state.

status
string
qr
string
error
string