GET
/
v1
/
companies
/
{company_id}
curl --request GET \
  --url https://nueborder.com/api/v1/v1/companies/{company_id} \
  --header 'Authorization: <api-key>'
{
  "customer": {
    "email": "<string>",
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Provide your Bearer token in the format: Bearer <your_api_key>

Path Parameters

company_id
string
required

Unique identifier for the company

Response

200
application/json

Company retrieved successfully

The response is of type object.