Authentication#
Overview#
Get JWT token and refresh_token for userRequest body#
Field | Required | Description |
---|
mobile | True | user need to get token |
api_key | True | api_key of partner |
Request
Body Params application/json
{
"mobile": "849xxxxxxxx",
"api_key": "{{api_key}}"
}
Request Code Samples
curl --location --request POST 'https://partner-apistg.ahamove.com//v3/accounts/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "849xxxxxxxx",
"api_key": "{{api_key}}"
}'
Responses
application/json Modified at 2025-09-24 02:04:55