Skip to main content

Create Application

POST /v1/applications — createApplication

List Applications

GET /v1/applications — listApplications

Get Application

GET /v1/applications/{applicationId} — getApplication

Delete Application

DELETE /v1/applications/{applicationId} — deleteApplication

List Application Identities

GET /v1/applications/{applicationId}/identities — listApplicationIdentities

List Application Authentication Flows

GET /v1/applications/{applicationId}/auth-flows — listAuthFlows

Create Authentication Flow

POST /v1/applications/{applicationId}/auth-flows — createAuthFlow

Update Authentication Flow

PATCH /v1/applications/{applicationId}/auth-flows/{authFlowId} — updateAuthFlow

Delete Authentication Flow

DELETE /v1/applications/{applicationId}/auth-flows/{authFlowId} — deleteAuthFlow

Create Identity Token

POST /v1/applications/{applicationId}/tokens — createIdentityToken