Universal Auth
Get Client Secret By ID
Get Universal Auth Client Secret for identity
GET
/
api
/
v1
/
auth
/
universal-auth
/
identities
/
{identityId}
/
client-secrets
/
{clientSecretId}
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
identityId
string
requiredThe ID of the identity to get the client secret from.
clientSecretId
string
requiredThe ID of the client secret to get details.
Response
200 - application/json
clientSecretData
object
requiredWas this page helpful?