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": "84393221191",
"api_key": "51f236083a94eac08e3081d5a3d0fb6b447cd988"
}
Request Code Samples
curl --location --request POST 'https://partner-apistg.ahamove.com//v3/accounts/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "84393221191",
"api_key": "51f236083a94eac08e3081d5a3d0fb6b447cd988"
}'
Responses
application/json Modified at 2025-10-05 14:04:14