GET
/
v1
/
companies
/
{companyId}
cURL
curl --request GET \
  --url http://localhost/v1/companies/{companyId} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "legalName": "<string>",
  "country": "<string>",
  "taxId": "<string>",
  "phone": "<string>",
  "address": "<string>",
  "postalCode": "<string>",
  "city": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Path Parameters

companyId
string
required

Response

id
string
name
string
country
string
taxId
string
phone
string
address
string
postalCode
string
city
string
createdAt
string<date-time>
updatedAt
string<date-time> | null