ANABOX smart
API ReferenceOrganizations

Get all organizations

Retrieves all organizations accessible to the current user.

GET
/organizations/
x-api-key<token>

API key for authentication

In: header

Response Body

application/json

curl -X GET "https://api.memo.wirewire.de/v1/organizations/"
[
  {
    "id": "682fd0d7d4a6325d9d45b86e",
    "name": "Acme Inc.",
    "email": "contact@acme.example",
    "kind": "private"
  }
]