Skip to main content
PATCH
/
v3
/
waba-accounts
/
login
Complete WABA login
curl --request PATCH \
  --url https://api.myscalev.com/v3/waba-accounts/login \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

Success with no response body