Skip to main content
GET
/
companies
/
{id}
Retrieve a Company
curl --request GET \
  --url https://commerce.driv.ly/api/companies/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "addresses": [
      "<string>"
    ],
    "phoneNumbers": [
      "<string>"
    ],
    "contacts": [
      "<string>"
    ]
  },
  "success": true
}

Path Parameters

id
string
required

Customer is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Company Found

data
Company · object
success
boolean