Universal Auth
Create Client Secret
Create Universal Auth Client Secret for identity
POST
/
api
/
v1
/
auth
/
universal-auth
/
identities
/
{identityId}
/
client-secrets
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
identityId
string
requiredThe ID of the identity to create a client secret for.
Body
application/json
description
string
default: The description of the client secret.
numUsesLimit
number
default: 0The maximum number of times that the client secret can be used; a value of 0 implies infinite number of uses.
ttl
number
default: 0The lifetime for the client secret in seconds.
Response
200 - application/json
clientSecret
string
requiredclientSecretData
object
requiredWas this page helpful?