cURL
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" } } }
Returns a manufacturer
To understand how to authenticate, see the auth docs
The ID of the manufacturer
"5852cf16-8ec8-4aba-809e-f8d828772c4e"
Limit the number of resources returned by the API
Offset for resources returned by the API
Show child attributes
The resource type
manufacturer
"manufacturer"
The name of the manufacturer
"BMW"
"https://api.ctrl-hub.com/v3/assets/vehicles/manufacturers/5852cf16-8ec8-4aba-809e-f8d828772c4e"