Anomify API Documentation
Anomify AI Main Site | Anomify Documentation
This copy of our API documentation is no longer updated and may be inaccurate. Please go to http://api-docs.anomify.ai/.

/anomalies

/anomalies

/anomaly

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

/billing

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

/doc

/doc/openapi

/exclusion

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

/image

/image/anomaly
/image/metric

/js

/js/eventsender

/login

/login

/login DEBUG 100

/login DEBUG 100

/login DEBUG 1069

/login DEBUG 1069

/login DEBUG STAGE

/login DEBUG STAGE

/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/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: /signup/verify

Detail

Verify the email address of a user from the code they were sent via email, and allows them to set their password so they can log in. On successful completion the user is automatically logged in.

Parameters

Key Required Example Description
email yes phil.collins@anomify.ai Email address to verify
verification_token yes 6ea1eee388c4c1abacd2d18cc4362b10 Unique token to verify link is the one sent to user's email address
password_1 yes 1l1k32f4x Chosen password for new user
password_2 yes 1l1k32f4x New password confirmation

Example Output

{
    "status": { ... see /login method for status block structure ... },
    "data": {
        "session": {
            "id": "8d3c5ad6170d6b59f619e72b9b8d4b7e",
            "user": {
                "id": 221,
                "org_id": 116,
                "name": "[name redacted]",
                "email": "[email redacted]",
                "phone_number": null,
                "slack_member_id": null,
                "demo": false,
                "admin": true,
                "org": {
                    "id": 116,
                    "name": "[name redacted]",
                    "timezone": "Europe\/London",
                    "alert_muting": {
                        "muted": false,
                        "muted_until_timestamp": null,
                        "muted_until_timestamp_string": null,
                        "minutes_remaining": null
                    },
                    "onboarding_status": {
                        "id": 1,
                        "name": "[name redacted]"
                    }
                },
                "notifications": {
                    "email_alerts": false
                },
                "onboarding_flags": {
                    "main_intro": false,
                    "alerts_intro": false,
                    "alerts_from_search": false,
                    "training_intro": false
                }
            }
        }
    }
}

Live Request

URL: /signup/verify

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.