Use
Authorization: Bearer <api_key> or session-backed tokens as your deployment allows. Automation should prefer API keys; see Authentication.Base URL
Profile
Get profile
200 OK
Update profile
200 OK
Change password
204 No Content
MFA
Get MFA status
200 OK
Enable MFA (start enrollment)
200 OK
Verify MFA enrollment
200 OK
Disable MFA
204 No Content
API keys
List API keys
200 OK
Create API key
201 Created
Get API key metadata
200 OK
Delete API key
204 No Content
Regenerate API key
200 OK
Session timeout
Get session timeout
200 OK
Update session timeout
200 OK
User preferences
List all preferences
200 OK
Get one preference
200 OK
Set one preference
200 OK
Organization settings
Get settings (partial)
200 OK
Update settings
200 OK
Get all settings
200 OK
IP whitelist
List IP whitelist entries
200 OK
Add IP whitelist entry
201 Created
Remove IP whitelist entry
204 No Content
IP whitelist enforcement status
200 OK
Toggle IP whitelist
200 OK
Log retention
Get log retention
200 OK
Update log retention
200 OK
Organization and entitlements
Get organization
200 OK
List enabled features
200 OK
Feature limits
200 OK
Subscription tier
200 OK
Notifications
List notification channels
200 OK
Create notification channel
201 Created
Update notification channel
200 OK
Delete notification channel
204 No Content
Test notification channel
202 Accepted
List notification rules
200 OK
Create or replace notification rules
201 Created
Related topics
Profile
Account fields in the UI.
API keys
Creating and rotating keys in the product.
Notifications
Channels and delivery behavior.
IP whitelisting
Network restrictions for API and UI.