Skip to content

🔑 Authentication API

Identity management with provider integration, access policies, and credential lifecycle control.

  • Category: Platform
  • Complexity: simple
  • Paths: 14 | Schemas: 38
  • Tier: Standard
  • Related domains: system, users
  • Configure authentication mechanisms
  • Manage OIDC and OAuth providers
  • Configure SCIM user provisioning
  • Manage API credentials and access
  • Configure account signup policies
  • authentication_policy: Authentication policy for user and API access
  • token: API token for programmatic access
  • api_credential: API credential for service authentication
MethodPathDescription
POST/api/web/namespaces/system/bulk_revoke/api_credentialsBulk Revoke API credentials.
POST/api/web/namespaces/system/bulk_revoke/service_credentialsBulk Revoke service credential.
POST/api/web/namespaces/{namespace}/activate/api_credentialsActivate API credential.
POST/api/web/namespaces/{namespace}/activate/service_credentialsActivate API service credential.
GET/api/web/namespaces/{namespace}/api_credentialsList API Credentials.
POST/api/web/namespaces/{namespace}/api_credentialsCreate API Credentials.
GET/api/web/namespaces/{namespace}/api_credentials/{name}GET API Credentials.
POST/api/web/namespaces/{namespace}/renew/api_credentialsRenew API credential.
POST/api/web/namespaces/{namespace}/renew/service_credentialsRenew API service credential.
POST/api/web/namespaces/{namespace}/revoke/api_credentialsRevoke API credential.
POST/api/web/namespaces/{namespace}/revoke/scim_tokenRevoke SCIM API credential.
POST/api/web/namespaces/{namespace}/revoke/service_credentialsRevoke Service credential.
GET/api/web/namespaces/{namespace}/scim_tokenGET Scim Token.
POST/api/web/namespaces/{namespace}/scim_tokenCreate/RE-create SCIM API token.
GET/api/web/namespaces/{namespace}/service_credentialsList service credentials.
POST/api/web/namespaces/{namespace}/service_credentialsCreate service credentials.
GET/api/web/namespaces/{namespace}/service_credentials/{name}GET Service Credential.
PUT/api/web/namespaces/{namespace}/service_credentials/{name}Replace service credentials.