Store Mobile Advertising ID
Stores the mobile advertising ID (GAID/IDFA) for the current user
POST
/v1/client/user/maid
curl \
--request POST 'https://api.bitlabs.ai/v1/client/user/maid' \
--header "X-Api-Token: $API_KEY" \
--header "X-User-Id: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"maid":"string","type":"gaid"}'
Request examples
{
"maid": "string",
"type": "gaid"
}
Response examples (200)
{
"success": true,
"message": "string"
}