/
GO
goauthentik
/
authentik
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 2d ago
Details
Filter operations
admin
14
agents
6
authenticators
83
core
78
get
/core/application_entitlements/
post
/core/application_entitlements/
get
/core/application_entitlements/{pbm_uuid}/
put
/core/application_entitlements/{pbm_uuid}/
delete
/core/application_entitlements/{pbm_uuid}/
patch
/core/application_entitlements/{pbm_uuid}/
get
/core/application_entitlements/{pbm_uuid}/used_by/
get
/core/application_entitlements/requestable/
get
/core/applications/
post
/core/applications/
get
/core/applications/{slug}/
put
/core/applications/{slug}/
delete
/core/applications/{slug}/
patch
/core/applications/{slug}/
get
/core/applications/{slug}/check_access/
get
/core/applications/{slug}/used_by/
get
/core/applications/requestable/
get
/core/authenticated_sessions/
get
/core/authenticated_sessions/{uuid}/
delete
/core/authenticated_sessions/{uuid}/
get
/core/authenticated_sessions/{uuid}/used_by/
delete
/core/authenticated_sessions/bulk_delete/
get
/core/brands/
post
/core/brands/
get
/core/brands/{brand_uuid}/
put
/core/brands/{brand_uuid}/
delete
/core/brands/{brand_uuid}/
patch
/core/brands/{brand_uuid}/
get
/core/brands/{brand_uuid}/used_by/
get
/core/brands/current/
get
/core/groups/
post
/core/groups/
get
/core/groups/{group_uuid}/
put
/core/groups/{group_uuid}/
delete
/core/groups/{group_uuid}/
patch
/core/groups/{group_uuid}/
post
/core/groups/{group_uuid}/add_user/
post
/core/groups/{group_uuid}/remove_user/
get
/core/groups/{group_uuid}/used_by/
get
/core/object_attributes/
post
/core/object_attributes/
get
/core/object_attributes/{attribute_id}/
put
/core/object_attributes/{attribute_id}/
delete
/core/object_attributes/{attribute_id}/
patch
/core/object_attributes/{attribute_id}/
get
/core/tokens/
post
/core/tokens/
get
/core/tokens/{identifier}/
put
/core/tokens/{identifier}/
delete
/core/tokens/{identifier}/
patch
/core/tokens/{identifier}/
post
/core/tokens/{identifier}/set_key/
get
/core/tokens/{identifier}/used_by/
get
/core/tokens/{identifier}/view_key/
put
/core/transactional/applications/
get
/core/user_consent/
get
/core/user_consent/{id}/
delete
/core/user_consent/{id}/
get
/core/user_consent/{id}/used_by/
get
/core/users/
post
/core/users/
get
/core/users/{id}/
put
/core/users/{id}/
delete
/core/users/{id}/
patch
/core/users/{id}/
post
/core/users/{id}/impersonate/
post
/core/users/{id}/recovery/
post
/core/users/{id}/recovery_email/
post
/core/users/{id}/set_password/
post
/core/users/{id}/set_password_hash/
get
/core/users/{id}/used_by/
post
/core/users/account_lockdown/
post
/core/users/export/
get
/core/users/impersonate_end/
get
/core/users/me/
get
/core/users/paths/
post
/core/users/service_account/
post
/core/users/switch/
crypto
10
endpoints
70
enterprise
10
events
33
flows
22
lifecycle
14
managed
10
oauth2
12
outposts
34
policies
76
propertymappings
111
providers
131
rac
13
rbac
22
reports
3
requests
29
root
1
schema
1
sources
173
ssf
3
stages
210
tasks
10
tenants
14
core
ApplicationEntitlement Viewset
post
/core/application_entitlements/
Request body
ApplicationEntitlementRequest
required
ApplicationEntitlement Serializer
name
string
required
app
string
uuid
required
attributes
object
Response
ApplicationEntitlement
required
ApplicationEntitlement Serializer
pbm_uuid
string
uuid
required
name
string
required
app
string
uuid
required
attributes
object
Changes