Post Devices

If a user owns a mobile device, call this endpoint to store the devices. If provided, desktop users will be able to see available mobile offers.

Method: POST Base URL: https://api.adgatemedia.com/v1/user-based-api/devices

Required Query Parameters

Required JSON Body Parameters

Response

The response will contain the list of user devices after the update.

Sample Response

{
    "data": {
        "devices": [
            "android"
        ]
    }
}

Last updated