Olympus Docs
ReferenceAPIsOry Hydra APIoAuth2

oAuth2

oAuth2 endpoints in the Ory Hydra API (vunknown)

Endpoints in the oAuth2 group of the Ory Hydra API.

MethodPathSummary
GET/admin/clientsList OAuth 2.0 Clients
POST/admin/clientsCreate OAuth 2.0 Client
GET/admin/clients/{id}Get an OAuth 2.0 Client
PUT/admin/clients/{id}Set OAuth 2.0 Client
DELETE/admin/clients/{id}Delete OAuth 2.0 Client
PATCH/admin/clients/{id}Patch OAuth 2.0 Client
PUT/admin/clients/{id}/lifespansSet OAuth2 Client Token Lifespans
GET/admin/oauth2/auth/requests/consentGet OAuth 2.0 Consent Request
PUT/admin/oauth2/auth/requests/consent/acceptAccept OAuth 2.0 Consent Request
PUT/admin/oauth2/auth/requests/consent/rejectReject OAuth 2.0 Consent Request
GET/admin/oauth2/auth/requests/loginGet OAuth 2.0 Login Request
PUT/admin/oauth2/auth/requests/login/acceptAccept OAuth 2.0 Login Request
PUT/admin/oauth2/auth/requests/login/rejectReject OAuth 2.0 Login Request
GET/admin/oauth2/auth/requests/logoutGet OAuth 2.0 Session Logout Request
PUT/admin/oauth2/auth/requests/logout/acceptAccept OAuth 2.0 Session Logout Request
PUT/admin/oauth2/auth/requests/logout/rejectReject OAuth 2.0 Session Logout Request
GET/admin/oauth2/auth/sessions/consentList OAuth 2.0 Consent Sessions of a Subject
DELETE/admin/oauth2/auth/sessions/consentRevoke OAuth 2.0 Consent Sessions of a Subject
DELETE/admin/oauth2/auth/sessions/loginRevokes OAuth 2.0 Login Sessions by either a Subject or a SessionID
POST/admin/oauth2/introspectIntrospect OAuth2 Access and Refresh Tokens
DELETE/admin/oauth2/tokensDelete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client
GET/admin/trust/grants/jwt-bearer/issuersList Trusted OAuth2 JWT Bearer Grant Type Issuers
POST/admin/trust/grants/jwt-bearer/issuersTrust OAuth2 JWT Bearer Grant Type Issuer
GET/admin/trust/grants/jwt-bearer/issuers/{id}Get Trusted OAuth2 JWT Bearer Grant Type Issuer
DELETE/admin/trust/grants/jwt-bearer/issuers/{id}Delete Trusted OAuth2 JWT Bearer Grant Type Issuer
GET/oauth2/authOAuth 2.0 Authorize Endpoint
POST/oauth2/revokeRevoke OAuth 2.0 Access or Refresh Token
POST/oauth2/tokenThe OAuth 2.0 Token Endpoint