cURL
curl --request GET \ --url https://nueborder.com/api/v1/v1/companies \ --header 'Authorization: <api-key>'
{ "count": 123, "customers": [ { "email": "<string>", "id": "<string>", "name": "<string>" } ] }
Retrieves a list of all companies.
Provide your Bearer token in the format: Bearer <your_api_key>
List of companies retrieved successfully
The response is of type object.
object