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": {}
}Requires the waba_account:create machine scope.
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": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
Success with no response body