Anomify API Documentation
Anomify AI Main Site | Anomify Documentation

/anomalies

/anomalies

/anomaly

/anomaly/lookup
/anomaly/train
/anomaly/{anomaly_id}

/billing

/billing/checkoutcallback
/billing/getcheckoutsession
/billing/getportalsession

/exclusion

/exclusion/add
/exclusion/delete
/exclusion/list
/exclusion/test
/exclusion/types

/image

/image/anomaly
/image/metric

/js

/js/eventsender

/login

/login
/login/forgotpassword
/login/resetpassword
/login/validateclient

/match

/match/{match_id}
/match/{match_id}/graph
/match/{match_id}/motif/graph

/metric

/metric/{metric_name}
/metric/{metric_name}/anomalies
/metric/{metric_name}/anomalysummary
/metric/{metric_name}/bundle
/metric/{metric_name}/graph
/metric/{metric_name}/patterns
/metric/{metric_name}/timeseries
/metric/{metric_name}/yhat

/metrics

/metrics
/metrics/mostanomalous
/metrics/mostrecentlyanomalous
/metrics/mostrecentlymatched

/misc

/misc/phonecodes
/misc/timesince
/misc/timezones

/org

/org/adminalert/{alert_code}
/org/adminalerts
/org/channels
/org/events
/org/getquotametrics
/org/getstripesession
/org/graph
/org/info
/org/removequotametrics
/org/stripecallback
/org/summary
/org/testmetrics
/org/update
/org/users

/pattern

/pattern/{pattern_id}
/pattern/{pattern_id}/disable
/pattern/{pattern_id}/matches
/pattern/{pattern_id}/timeseries

/patterns

/patterns/pending

/ping

/ping

/signup

/signup/demo
/signup/demo-orgs
/signup/selfserve
/signup/verify

/status

/status

/user

/user/delete
/user/info
/user/logout
/user/ping
/user/reportissue
/user/update
/user/updatepassword

/watcher

/watcher/create
/watcher/{watcher_id}/delete
/watcher/{watcher_id}/undelete
/watcher/{watcher_id}/update

/watchers

/watchers/chips
/watchers/list

Method: /org/channels

Detail

Return a list of configured communication channels available for an organization to communicate alerts through.

This is currently limited to Slack, but with the output structured to allow more services to be added.

Parameters

None.

Example Output

{
    "status": { ... see /login method for status block structure ... }
},
        "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": "[name redacted]",
    "topic": null,
    "purpose": "Alerts from demo data",
    "status": { ... see /login method for status block structure ... }
},
{
    "id": "C0116B9T9GE",
    "name": "[name redacted]",
    "topic": null,
    "purpose": null,
    "status": { ... see /login method for status block structure ... }
},
{
    "id": "C02TJGC6Y6A",
    "name": "[name redacted]",
    "topic": null,
    "purpose": "A public channel for Anomify discussion",
    "status": { ... see /login method for status block structure ... }
},
{
    "id": "C04KUR9JF",
    "name": "[name redacted]",
    "topic": null,
    "purpose": "This channel is for team-wide communication and announcements. All team members are in this channel.",
    "status": { ... see /login method for status block structure ... }
},
{
    "id": "C04KUR9JT",
    "name": "[name redacted]",
    "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.",
    "status": { ... see /login method for status block structure ... }
},
{
    "id": "C77C4F8KF",
    "name": "[name redacted]",
    "topic": null,
    "purpose": "Release notes & announcements",
    "status": { ... see /login method for status block structure ... }
}
            ]
        }
    }
}

Live Request

URL: /org/channels

You need to be logged in to your Anomify account to to make live API requests.

Please log in here or sign up to Anomify

Email
Password

Live request results will appear here.