Retrieve OAuth client ID/secret entries for a specific third-party service.
Retrieve OAuth client ID/secret entries for a specific third-party service (admin only).
/api/v1/admin/services/{service_id}/secrets
service_id
(integer, required): The ID of the serviceReturns an array of TenantSecretResponse
objects.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type TenantSecretResponse · object[]
.