List of Manufacturers

GET {{device_url}}/manufacturers?deviceTypeId=4602978&operatingSystemId=4610163&offset=0&sortOrder=asc

Retrieve a list of manufacturers

You can retrieve all of the device type and/or OS manufacturers available in your market by sending this GET request.

The manufacturer ids returned in the response body can be used to define fields within the following Campaign Service requests:

  • POST New LI - deviceProfile (DTO)

Request Params

KeyDatatypeRequiredDescription
deviceTypeIdnumberLimits response results to manufacturers of the device type specified.

Value can be retrieved from GET List of Device Types. | | operatingSystemId | number | | Limits response results to manufacturers of the operating system specified.

Value can be retrieved from GET List of OS's. | | offset | number | | The starting index in the list of manufacturers. | | limit | number | | The number of manufacturers to return. | | sortOrder | string | | Direction of result sorting (by name).

Allowed values: asc, desc |

RESPONSES

status: OK

{"totalNum":1,"data":[{"id":"4610164","resourceType":"manufacturer","name":"Apple"}],"errors":[],"links":{"self":"https://services.amobee.com/device/v1/api/manufacturers?deviceTypeId=4602978\u0026operatingSystemId=4610163\u0026offset=0\u0026sortOrder=asc"}}