GET
/
v3
/
assets
/
vehicles
/
manufacturers
/
{manufacturerId}
curl --request GET \
  --url https://api.ctrl-hub.com/v3/assets/vehicles/manufacturers/{manufacturerId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "manufacturer",
    "id": "5852cf16-8ec8-4aba-809e-f8d828772c4e",
    "attributes": {
      "name": "BMW"
    },
    "links": {
      "self": "https://api.ctrl-hub.com/v3/assets/vehicles/manufacturers/5852cf16-8ec8-4aba-809e-f8d828772c4e"
    }
  }
}

Authorizations

Authorization
string
header
required

To understand how to authenticate, see the auth docs

Path Parameters

manufacturerId
string
required

The ID of the manufacturer

Query Parameters

limit
integer
default:
10

Limit the number of resources returned by the API

offset
integer
default:
0

Offset for resources returned by the API

Response

200
application/json
data
object