Activate child account#
Activate child account to a parent accountRequest
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"activation_code": "0643"
}
Request Code Samples
curl --location --request POST 'https://partner-apistg.ahamove.com//v3/accounts/childs/84912614785/activate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"activation_code": "0643"
}'
Responses
application/json Modified at 2025-09-23 15:35:01