View API Documentation

Provides APIs for generating access tokens

GET /api/v1/auth/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "login": "https://uptime.com/api/v1/auth/login/",
    "reset-password": "https://uptime.com/api/v1/auth/reset-password/",
    "me": "https://uptime.com/api/v1/auth/me/",
    "subaccounts": "https://uptime.com/api/v1/auth/subaccounts/",
    "account-usage": "https://uptime.com/api/v1/auth/account-usage/",
    "magic-link": "https://uptime.com/api/v1/auth/send-magic-link/"
}