How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Authentik Requests API

Privileged access management — access request rules, rule bindings, grant requests, reviewer workflows and grant revocation.

Authentik Requests API is one of 27 APIs that Authentik publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include requests. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a GitHub repository.

This API exposes 29 operations across 15 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 2026.11.0-rc1.

Requests are made against a single base URL, /api/v3.

29 operations 15 paths 34 schemas 5 DELETE12 GET4 PATCH5 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026.11.0-rc1
Base URL
https://{authentik_host}/api/v3
Authentication
HTTP Bearer, HTTP Bearer+Agent, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 4

Authentik Requests API declares 4 security schemes for authenticating requests. It accepts HTTP bearer tokens (authentik). It uses HTTP bearer+agent authentication (authentik_device_auth). It accepts HTTP bearer tokens (authentik_device_enroll). It accepts HTTP bearer tokens (authentik_device_federation).

Paths & Operations 29

Across 15 paths, the API surfaces 29 operations — 5 DELETE, 12 GET, 4 PATCH, 5 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

requests 29
GET
/requests/grant-requests/
requests_grant_requests_list 7 params → 200400403
POST
/requests/grant-requests/
requests_grant_requests_create body → 200400403
GET
/requests/grant-requests/{uuid}/
requests_grant_requests_retrieve 1 param → 200400403
DELETE
/requests/grant-requests/{uuid}/
requests_grant_requests_destroy 1 param → 204400403
PATCH
/requests/grant-requests/{uuid}/fulfill/
requests_grant_requests_fulfill_partial_update 1 param body → 204400403
DELETE
/requests/grant-requests/{uuid}/revoke/
Immediately end an active grant. Available to the same reviewers who could approve it in the first place.
requests_grant_requests_revoke_destroy 1 param → 204400403
POST
/requests/grant-requests/agent/
Delegate access an agent's owner already holds to the agent, time-boxed. Unlike create this persists the request directly instead of returning a flow link -- an agent authenticates with an API token…
requests_grant_requests_agent_create body → 201400403
GET
/requests/grant-requests/pending_review/
List pending grant requests the current user is eligible to review.
requests_grant_requests_pending_review_list 7 params → 200400403
GET
/requests/rule-bindings/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_list 6 params → 200400403
POST
/requests/rule-bindings/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_create body → 201400403
GET
/requests/rule-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_retrieve 1 param → 200400403
PUT
/requests/rule-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_update 1 param body → 200400403
PATCH
/requests/rule-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_partial_update 1 param body → 200400403
DELETE
/requests/rule-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_bindings_destroy 1 param → 204400403
GET
/requests/rule-bindings/{uuid}/used_by/
Get a list of all objects that use this object
requests_rule_bindings_used_by_list 1 param → 200400403
GET
/requests/rule-child-bindings/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_list 6 params → 200400403
POST
/requests/rule-child-bindings/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_create body → 201400403
GET
/requests/rule-child-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_retrieve 1 param → 200400403
PUT
/requests/rule-child-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_update 1 param body → 200400403
PATCH
/requests/rule-child-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_partial_update 1 param body → 200400403
DELETE
/requests/rule-child-bindings/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rule_child_bindings_destroy 1 param → 204400403
GET
/requests/rule-child-bindings/{uuid}/used_by/
Get a list of all objects that use this object
requests_rule_child_bindings_used_by_list 1 param → 200400403
GET
/requests/rules/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_list 7 params → 200400403
POST
/requests/rules/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_create body → 201400403
GET
/requests/rules/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_retrieve 1 param → 200400403
PUT
/requests/rules/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_update 1 param body → 200400403
PATCH
/requests/rules/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_partial_update 1 param body → 200400403
DELETE
/requests/rules/{uuid}/
Mixin to add a usedby endpoint to return a list of all objects using this object
requests_rules_destroy 1 param → 204400403
GET
/requests/rules/{uuid}/used_by/
Get a list of all objects that use this object
requests_rules_used_by_list 1 param → 200400403

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are Application (19 properties), Provider (14 properties), GrantRequest (12 properties), RequestRuleBinding (10 properties). Each schema is shown below with its type and property counts.

RequestRuleBindingRequest
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
6 properties 2 required
Link
object
Returns a single link
1 property 1 required
RequestableTarget
object
Generic representation of a single request target: whatever was actually requested (an Application, an Application Entitlement, ...), always paired with the pa…
6 properties 6 required
RelatedTarget
object
Simplified related target object
5 properties 5 required
RequestRuleChildBinding
object
3 properties 2 required
Provider
object
Provider Serializer
14 properties 10 required
PatchedRequestRuleChildBindingRequest
object
3 properties
Pagination
object
7 properties 7 required
GrantRequest
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
12 properties 8 required
GrantRequestCreateRequest
object
Base serializer class which doesn't implement create/update methods
2 properties 1 required
Application
object
Application Serializer
19 properties 9 required
RequestRule
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
10 properties 3 required
RequestRuleChildBindingRequest
object
3 properties 2 required
ThemedUrls
object
Themed URLs - maps theme names to URLs for light and dark themes
2 properties
ValidationError
object
Validation Error
2 properties
UsedByActionEnum
string
RequestRuleRequest
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
8 properties 1 required
Autocomplete
object
AgentGrantRequestCreated
object
Response to an agent's access request: the request it created, plus the URL to hand to the human it acts for. An agent has no browser, so it cannot run the app…
2 properties 2 required
PatchedGrantRequestFulfillRequest
object
Base serializer class which doesn't implement create/update methods
2 properties
PolicyEngineMode
string
RequestRuleBinding
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
10 properties 6 required
PaginatedRequestRuleList
object
3 properties 3 required
PatchedRequestRuleBindingRequest
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
6 properties
PaginatedGrantRequestList
object
3 properties 3 required
PatchedRequestRuleRequest
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
8 properties
PartialUser
object
Partial User Serializer, does not include child relations.
8 properties 4 required
AgentGrantRequestCreateRequest
object
Body for an agent requesting access for itself. Deliberately narrower than GrantRequestCreateSerializer: an agent may not pick its own expiry, which is derived…
1 property 1 required
NotificationModeEnum
string
PaginatedRequestRuleChildBindingList
object
3 properties 3 required
UsedBy
object
A list of all objects referencing the queried object
5 properties 5 required
RequestStatus
string
GenericError
object
Generic API Error
2 properties 1 required
PaginatedRequestRuleBindingList
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

authentik-requests-api-openapi.yml Raw ↑

Other APIs Authentik publishes across the network.

Authentik Core API
Authentik Crypto API
Authentik Events API
Authentik Flows API
Authentik Policies API
Authentik Providers API
Authentik RBAC API
Authentik Schema API
Authentik Sources API
Authentik Stages API
Authentik Admin API
Authentik Agents API
Where this information came from

This is an independent, third-party profile of Authentik Requests API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.