List Device Providers
Get all device providers
Returns a list of all device providers.
The information that this endpoint returns for each provider includes a set of capability flags, such as device_provider.can_remotely_unlock. If at least one supported device from a provider has a specific capability, the corresponding capability flag is true.
When you create a Connect Webview, you can customize the providers—that is, the brands—that it displays. In the /connect_webviews/create request, include the desired set of device provider keys in the accepted_providers parameter. See also Customize the Brands to Display in Your Connect Webviews.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
provider_categorystring · enumOptionalPossible values:
Category for which you want to list providers.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/devices/list_device_providersRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

