We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
curl --location --request GET '/org/channels'
{
"status": {
"created_timestamp": 1657638400,
"created_string": "Tue 12 Jul 2022 @ 15:06 (UTC)",
"duration": 0.011,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 1406,
"session_id": "103bfbd9f2cdd43fe809104eefc713f7",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"channels": {
"slack": [
{
"id": "GN6PVF44Q",
"name": "anomify-demo",
"topic": null,
"purpose": "Alerts from demo data"
},
{
"id": "C0116B9T9GE",
"name": "anomify-prod",
"topic": null,
"purpose": null
},
{
"id": "C02TJGC6Y6A",
"name": "community",
"topic": null,
"purpose": "A public channel for Anomify discussion"
},
{
"id": "C04KUR9JF",
"name": "company-room",
"topic": null,
"purpose": "This channel is for team-wide communication and announcements. All team members are in this channel."
},
{
"id": "C04KUR9JT",
"name": "random",
"topic": null,
"purpose": "A place for non-work-related flimflam, faffing, hodge-podge or jibber-jabber you'd prefer to keep out of more focused work-related channels."
},
{
"id": "C77C4F8KF",
"name": "releases",
"topic": null,
"purpose": "Release notes & announcements"
}
]
}
}
}