Get an organization by ID
Retrieves the details of a specific organization by its ID.
x-api-key<token>
API key for authentication
In: header
Path Parameters
organizationIdstring
A valid MongoDB ObjectId
Response Body
application/json
curl -X GET "https://api.memo.wirewire.de/v1/organizations/682fd0d7d4a6325d9d45b86e"{
"id": "682fd0d7d4a6325d9d45b86e",
"name": "Acme Inc.",
"email": "contact@acme.example",
"kind": "private"
}