Get all organizations

GET
/api/v2/organizations/all

Get a list of all organizations.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v2/organizations/all"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "displayName": "string",    "description": "string",    "isActive": true,    "isDefault": true,    "themeId": "53fe7fb9-b3ba-4541-bf79-a49c12f44b76"  }]