API ReferenceOrganizations
Get all organizations
Retrieves all organizations accessible to the current user.
curl -X GET "https://api.memo.wirewire.de/v1/organizations/"[
{
"id": "682fd0d7d4a6325d9d45b86e",
"name": "Acme Inc.",
"email": "contact@acme.example",
"kind": "private"
}
]