cURL
curl --request GET \ --url https://app.sajn.se/api/v1/companies \ --header 'authorization: <authorization>'
{ "companies": [ { "id": "<string>", "name": "<string>", "orgNumber": "<string>", "country": "<string>" } ] }
Retrieve a list of all companies in your organization.
Companies can be associated with contacts to track organizational relationships.
Bearer token for API authentication
200
Show child attributes