If you need to retrieve information about your organization in DailyBot, you can use the following API endpoint:
Endpoint: GET /organization/
Query String Parameters: None
Example Response:
"uuid": "4e322341-1262-42fa3-942a-0341d90883f6",
"name": "Alexa OC",
"image": "https://a.slack-edge.com/80588/img/avatars-teams/image.png",
"platform": "slack",
"chat_platform_data": {
"is_active": true,
"organization_external_id": "T11CFP91J1G"
},
"supported_domains": ["domain.co"],
"has_email_password_enabled": false
}
How to Use:
-
Access the Organization Information Endpoint: Utilize the
GET
method on/organization/
. -
No Query Parameters Required: Simply make the request without any additional query parameters.
-
Retrieve Organization Data: The response will include essential information about your organization, such as its UUID, name, image, platform, chat platform data, supported domains, and email password status.
This API endpoint provides a convenient way to access key details about your organization within DailyBot. If you have further inquiries or encounter any issues, don't hesitate to reach out to our support team at support@dailybot.com.
Comments
0 comments
Article is closed for comments.