cURL
curl --request GET \ --url https://pre-public-api.cobee.io/api/v3/companies \ --header 'Authorization: Bearer <token>'
{ "companies": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "legalId": "<string>", "legalName": "<string>", "state": "active", "contactEmail": "jsmith@example.com", "countryISO2Code": "<string>", "deliveryAddress": { "streetName": "<string>", "streetNumber": "<string>", "street": "<string>", "postalCode": "<string>", "province": "<string>", "locality": "<string>", "details": "<string>", "district": "<string>" }, "legalAddress": { "streetName": "<string>", "streetNumber": "<string>", "street": "<string>", "postalCode": "<string>", "province": "<string>", "locality": "<string>", "details": "<string>", "district": "<string>" }, "corporationId": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company CIF(s) to filter by. Can be a single CIF or multiple CIFs separated by commas
Company state to filter by
active
New response
Show child attributes