Api tokens
API Tokens
API tokens allow programmatic access to the Uptimeify API. Tokens are prefixed with wsm_ and can be scoped to a specific customer or organization-wide.
There are two endpoint scopes:
- Organization tokens (
/api/organization/tokens): admin-only, full org access - Customer tokens (
/api/customer/tokens): scoped to accessible customers
Authentication
All examples assume a session cookie (not API tokens, API tokens cannot manage other API tokens):
BASE_URL="https://uptimeify.io"