Join Slack
Powered by
<@U04UQ68083H> provide me the Hydra documentation ...
# ory-copilot
g
gorgeous-motorcycle-71764
06/09/2025, 11:31 PM
@chilly-king-10285
provide me the Hydra documentation link related to APIs for create, update, delete and get OIDC client via Hydra Admin APIs
b
brief-egg-61061
06/09/2025, 11:31 PM
A message from
kapa.ai
brief-egg-61061
06/09/2025, 11:32 PM
Here are the relevant Ory Hydra documentation links for managing OIDC clients via the Hydra Admin APIs: -
Create OIDC Client:
[Hydra API Reference – createOAuth2Client (POST /admin/clients)](
https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/createOAuth2Client
) -
Update OIDC Client:
[Hydra API Reference – setOAuth2Client (PUT /admin/clients/{id})](
https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/setOAuth2Client
) -
Delete OIDC Client:
[Hydra API Reference – deleteOAuth2Client (DELETE /admin/clients/{id})](
https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/deleteOAuth2Client
) -
Get OIDC Client:
[Hydra API Reference – getOAuth2Client (GET /admin/clients/{id})](
https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/getOAuth2Client
) These endpoints allow you to create, update, delete, and retrieve OIDC clients using the Hydra Admin APIs as described in the official documentation [Hydra API Reference](
https://www.ory.sh/docs/hydra/reference/api
)<sup>[[source]](
https://www.ory.sh/docs/hydra/reference/api
)</sup>.
Open in Slack
Previous
Next