Get an organization by id
curl --request GET \ --url https://channels-service-alpha.fourvenues.com/organizations/{id} \ --header 'X-Api-Key: <api-key>'
{ "data": { "_id": "org123", "name": "My organization.", "slug": "my-organization.", "created_at": "2022-01-01T00:00:00Z" }, "success": true }
The id of the organization to retrieve.
Basic information of the organizations that you have access.
Show child attributes
Organization's unique identifier.
"org123"
Organization's name.
"My organization."
Organization's URL-friendly identifier.
"my-organization."
Date and time when the organization was created.
"2022-01-01T00:00:00Z"