cURL
curl --request GET \ --url https://channels-service-alpha.fourvenues.com/organizations/by-slug/{slug} \ --header 'X-Api-Key: <api-key>'
{ "data": { "_id": "org123", "name": "My organization.", "slug": "my-organization.", "created_at": "2022-01-01T00:00:00Z" }, "success": true }
Get an organization by slug
Documentation IndexFetch the complete documentation index at: https://docs.fourvenues.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt
Use this file to discover all available pages before exploring further.
The slug of the organization to retrieve.
OK
Basic information of the organizations that you have access.
Show child attributes