cURL
curl --request GET \ --url https://nueborder.com/api/v1/v1/companies/{company_id} \ --header 'Authorization: <api-key>'
{ "customer": { "email": "<string>", "id": "<string>", "name": "<string>" } }
Retrieves a company based on the provided company ID.
Provide your Bearer token in the format: Bearer <your_api_key>
Unique identifier for the company
Company retrieved successfully
The response is of type object.
object