Request
Body Params application/jsonRequired
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST 'https://www.wattdesk.com/login' \
--header 'Platform: Web' \
--header 'APPS: DESK' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Responses
{
"code": "0000",
"msg": "string",
"data": {
"accessToken": "string",
"refreshToken": "string"
}
}
Modified at 2025-12-12 08:12:16