Skip to main content
GET
/
api
/
v1
/
companies
List all companies
curl --request GET \
  --url https://app.sajn.se/api/v1/companies \
  --header 'authorization: <authorization>'
{
  "companies": [
    {
      "id": "<string>",
      "name": "<string>",
      "orgNumber": "<string>",
      "country": "<string>"
    }
  ]
}

Headers

authorization
string
required

Bearer token for API authentication

Response

200

companies
object[]
required
I