Skip to content

AdvertisingIdentifier (IDFA)🔗

Study the “General Information” and the “Signature Verification” sections first.

Returns advertisingIdentifier (IDFA) of specified devices by their OpenUDID.

Parameters🔗

Parameter Method Value Mandatory Type Description
action GET get_idfa yes string Command
deviceIds POST array yes array openUDID of the devices for which idfa need to be returned

Request example🔗

POST https://mrgs.astrum.team/pub/s2s.php?action=get_idfa&appId=170&format=json&&hash=598b6a8f699da98cf68021c261c21eb2
'deviceIds' => [
    'F53A21F0-8097-4000-8C1F-75423DD4F291',
    'D8844E36-4DA9-4671-8ACF-D7E63173EDD6'
]

Response example🔗

{
    "status": 0,
    "error": "",
    "result": {
        "73679BF0-CFC7-41E3-B695-97FB68F79B03": {
            "idfa": "A3667F57-83F2-416D-B5A8-71418385A89E",
            "device_id": "A3667F57-83F2-416D-B5A8-71418385A89E"
        },
        "100F066C-FF43-494C-A978-92096ADA4324": {
            "idfa": "E39FE100-848E-4561-9078-AAAB9163C797",
            "device_id": "D8844E36-4DA9-4671-8ACF-D7E63173EDD6"
        }
    }
}

Last update: 2025-01-21
Created: 2020-01-16