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

Authorizations

Authorization
string
header
required

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

Response

200
application/json

List of companies retrieved successfully

The response is of type object.