latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

companies

Fetch the specified Company

get/v1/companies/{uuid}

Path parameters

uuidstring uuid required

The UUID of the Company to retrieve

Response

The Company data

Example response

{
  "data": {
    "uuid": "3699af0f-9b92-410d-945c-bb0bf39da904",
    "name": "Jones Group, Inc.",
    "identifier": "CA0001-A",
    "_links": {
      "fieldguide": {
        "href": "https://example.com/resource/or/path",
        "title": "A description for the link",
        "type": "text/html"
      }
    }
  }
}