v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Company

This API endpoint retrieves a specific company.

get/v1/companies/{id}

Path parameters

idstring required

The unique ID of the company to retrieve

Response

200

idstring
objectstring
createdAtstring
namestring
fallbackColorstring
iconImageUrlstring
isPlaceholderboolean

Example response

{
  "id": "b3be03e0-4e92-4483-997e-f6c351bfbd34",
  "object": "company",
  "createdAt": "2024-02-14T22:41:58.09460254Z",
  "name": "RocketRides4",
  "fallbackColor": "#7CAE7A"
}