List OAuth clients
GET/v1/admin/clients
Lists every registered client. By default the secret is omitted; pass
get_secret=true to include each confidential client's plaintext secret
(this is how a lost secret is recovered — there is no rotate endpoint).
Whether a client has a secret is implied by client_type. Superadmin only.
Request
Responses
- 200
- 401
- 403
The registered clients
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource