List Device Providers
Get all device providers
Returns a list of all device providers.
Request
To filter the list of returned device providers by a specific device provider category, include the provider_category
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Optional | Provider category by which to filter device providers. Supported categories:
|
Sample Request
Response
Returns an device_providers
array, in which each returned device_provider
contains the following properties:
Property | Description |
---|---|
| Name of the device provider. |
| Display name that corresponds to the device provider type. |
| Image URL for the device provider. |
| List of provider categories for the device provider. |
| |
| |
| |
|
Sample Response
Last updated