auth Endpoints
Authentication and authorization introspection
Endpoints
GET /v1/write/auth/permissions
Summary: OpenAPI metadata for permissions introspection.
Operation ID: auth_permissions_endpoint
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
namespace_id | query | no | NamespaceId | Optional namespace scope for permission evaluation |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Allowed operations for the principal | AuthPermissionsResponse |
| 400 | Invalid namespace identifier | ProblemDetails |
| 401 | Unauthorized request | ProblemDetails |
| 403 | Forbidden request | ProblemDetails |
| 404 | Namespace not found | ProblemDetails |
| 429 | Quota exceeded | ProblemDetails |
| 500 | Internal daemon error | ProblemDetails |
GET /v1/write/auth/whoami
Summary: OpenAPI metadata for principal introspection.
Operation ID: auth_whoami_endpoint
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Resolved principal context | AuthWhoamiResponse |
| 401 | Unauthorized request | ProblemDetails |
| 429 | Too many requests | ProblemDetails |
| 500 | Internal daemon error | ProblemDetails |