Users
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
api_key represents the api key returned after successfully creation
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
api_key represents the api key returned after successfully creation
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
RotateApiKey takes the provided Api Key and rotates credentials (changes Api Key, Pub Key and Priv Key)
Send 'Authorization: APIKey ' to authenticate with a API key.
api_key represents the provided api key
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetApiKeyScopes returns the scopes associated to the provided api key id
Send 'Authorization: APIKey ' to authenticate with a API key.
api_key represents the provided api key
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
UpdateMyProfile is the endpoint for a user to update their own profile (display_name, language).
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id is the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
PatchUserSettings partially updates the settings for a user. Any setting not set in the body will be left unchanged.
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id is the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetMfaMethods returns the Mfa method registered for the user (if any)
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Last updated