/
GO
goauthentik
/
authentik
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
admin
14
agents
6
authenticators
83
core
78
crypto
10
endpoints
70
get
/endpoints/agents/connectors/
post
/endpoints/agents/connectors/
get
/endpoints/agents/connectors/{connector_uuid}/
put
/endpoints/agents/connectors/{connector_uuid}/
delete
/endpoints/agents/connectors/{connector_uuid}/
patch
/endpoints/agents/connectors/{connector_uuid}/
post
/endpoints/agents/connectors/{connector_uuid}/mdm_config/
get
/endpoints/agents/connectors/{connector_uuid}/used_by/
get
/endpoints/agents/connectors/agent_config/
post
/endpoints/agents/connectors/auth_fed/
post
/endpoints/agents/connectors/auth_ia/
post
/endpoints/agents/connectors/check_in/
post
/endpoints/agents/connectors/enroll/
get
/endpoints/agents/enrollment_tokens/
post
/endpoints/agents/enrollment_tokens/
get
/endpoints/agents/enrollment_tokens/{token_uuid}/
put
/endpoints/agents/enrollment_tokens/{token_uuid}/
delete
/endpoints/agents/enrollment_tokens/{token_uuid}/
patch
/endpoints/agents/enrollment_tokens/{token_uuid}/
get
/endpoints/agents/enrollment_tokens/{token_uuid}/used_by/
get
/endpoints/agents/enrollment_tokens/{token_uuid}/view_key/
get
/endpoints/agents/psso/ise/
post
/endpoints/agents/psso/ise/
get
/endpoints/agents/psso/ise/{uuid}/
put
/endpoints/agents/psso/ise/{uuid}/
delete
/endpoints/agents/psso/ise/{uuid}/
patch
/endpoints/agents/psso/ise/{uuid}/
get
/endpoints/agents/psso/ise/{uuid}/used_by/
post
/endpoints/agents/psso/register/device/
post
/endpoints/agents/psso/register/user/
get
/endpoints/connectors/
get
/endpoints/connectors/{connector_uuid}/
delete
/endpoints/connectors/{connector_uuid}/
get
/endpoints/connectors/{connector_uuid}/used_by/
get
/endpoints/connectors/types/
get
/endpoints/device_access_groups/
post
/endpoints/device_access_groups/
get
/endpoints/device_access_groups/{pbm_uuid}/
put
/endpoints/device_access_groups/{pbm_uuid}/
delete
/endpoints/device_access_groups/{pbm_uuid}/
patch
/endpoints/device_access_groups/{pbm_uuid}/
get
/endpoints/device_access_groups/{pbm_uuid}/used_by/
get
/endpoints/device_bindings/
post
/endpoints/device_bindings/
get
/endpoints/device_bindings/{policy_binding_uuid}/
put
/endpoints/device_bindings/{policy_binding_uuid}/
delete
/endpoints/device_bindings/{policy_binding_uuid}/
patch
/endpoints/device_bindings/{policy_binding_uuid}/
get
/endpoints/device_bindings/{policy_binding_uuid}/used_by/
get
/endpoints/devices/
get
/endpoints/devices/{device_uuid}/
put
/endpoints/devices/{device_uuid}/
delete
/endpoints/devices/{device_uuid}/
patch
/endpoints/devices/{device_uuid}/
get
/endpoints/devices/{device_uuid}/used_by/
get
/endpoints/devices/summary/
get
/endpoints/fleet/connectors/
post
/endpoints/fleet/connectors/
get
/endpoints/fleet/connectors/{connector_uuid}/
put
/endpoints/fleet/connectors/{connector_uuid}/
delete
/endpoints/fleet/connectors/{connector_uuid}/
patch
/endpoints/fleet/connectors/{connector_uuid}/
get
/endpoints/fleet/connectors/{connector_uuid}/used_by/
get
/endpoints/google_chrome/connectors/
post
/endpoints/google_chrome/connectors/
get
/endpoints/google_chrome/connectors/{connector_uuid}/
put
/endpoints/google_chrome/connectors/{connector_uuid}/
delete
/endpoints/google_chrome/connectors/{connector_uuid}/
patch
/endpoints/google_chrome/connectors/{connector_uuid}/
get
/endpoints/google_chrome/connectors/{connector_uuid}/used_by/
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
endpoints
post
/endpoints/agents/psso/register/device/
Request body
AgentPSSODeviceRegistrationRequest
required
Register Apple device via Platform SSO
device_signing_key
string
required
device_encryption_key
string
required
sign_key_id
string
required
enc_key_id
string
required
Response
AgentPSSODeviceRegistrationResponse
required
authentik settings for Platform SSO tokens
client_id
string
required
issuer
string
required
token_endpoint
string
required
jwks_endpoint
string
required
audience
string
required
nonce_endpoint
string
required
Changes