User
User Details
GET/user
Edit User
PATCH/user
ModelsExpand Collapse
UserGetResponse = object { id, betas, country, 11 more }
UserGetResponse = object { id, betas, country, 11 more }
two_factor_authentication_enabled: optional boolean
Indicates whether two-factor authentication is enabled for the user account. Does not apply to API authentication.
UserEditResponse = object { id, betas, country, 11 more }
UserEditResponse = object { id, betas, country, 11 more }
two_factor_authentication_enabled: optional boolean
Indicates whether two-factor authentication is enabled for the user account. Does not apply to API authentication.
UserAudit Logs
Get user audit logs
GET/user/audit_logs
UserBilling
UserInvites
List Invitations
GET/user/invites
Invitation Details
GET/user/invites/{invite_id}
Respond to Invitation
PATCH/user/invites/{invite_id}
UserSubscriptions
Get User Subscriptions
GET/user/subscriptions
Update User Subscription
PUT/user/subscriptions/{identifier}
Delete User Subscription
DELETE/user/subscriptions/{identifier}
UserTokens
List Tokens
GET/user/tokens
Token Details
GET/user/tokens/{token_id}
Create Token
POST/user/tokens
Update Token
PUT/user/tokens/{token_id}
Delete Token
DELETE/user/tokens/{token_id}
Verify Token
GET/user/tokens/verify
ModelsExpand Collapse
TokenCreateResponse = object { id, condition, expires_on, 8 more }
TokenCreateResponse = object { id, condition, expires_on, 8 more }
condition: optional object { request_ip }
condition: optional object { request_ip }
expires_on: optional string
The expiration time on or after which the JWT MUST NOT be accepted for processing.
formatdate-time
not_before: optional string
The time before which the token MUST NOT be accepted for processing.
formatdate-time
List of access policies assigned to the token.
List of access policies assigned to the token.
UserTokensPermission Groups
List Token Permission Groups
GET/user/tokens/permission_groups
UserTokensValue
Roll Token
PUT/user/tokens/{token_id}/value