Check
K0rdent Api Check endpoints
Check Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/regions/global/auth/check | Visibility: public · internal ( OpenAPI Custom Extension: x-visibility ) Evaluate whether the authenticated principal (or a specified subject) is allowed to perform one or more actions on target resources. Supports both single and bulk checks in a single request. Self-check — When no subject is specified, the caller's own permissions are evaluated. Useful for frontends that need to show/hide UI elements based on the current user's access. Subject check — Tenant administrators can evaluate permissions for another principal by specifying a subject. Non-admin callers specifying a subject other than themselves receive 403. Results are returned positionally — results[i] corresponds to checks[i]. |
How is this guide?