Administration

Retrieve dealer information the tenant belongs

Get the dealer to which the tenant belongs.

get/tenants/{id}/dealers

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the tenant.

Response

OK

Example response

{
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
    }
  ]
}