Login with Universal Auth
curl --request POST \
--url https://app.infisical.com/api/v1/auth/universal-auth/login \
--header 'Content-Type: application/json' \
--data '{
"clientId": "<string>",
"clientSecret": "<string>"
}'
{
"accessToken": "<string>",
"expiresIn": 123,
"accessTokenMaxTTL": 123,
"tokenType": "Bearer"
}
Default Response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://app.infisical.com/api/v1/auth/universal-auth/login \
--header 'Content-Type: application/json' \
--data '{
"clientId": "<string>",
"clientSecret": "<string>"
}'
{
"accessToken": "<string>",
"expiresIn": 123,
"accessTokenMaxTTL": 123,
"tokenType": "Bearer"
}
Login with Universal Auth
curl --request POST \
--url https://app.infisical.com/api/v1/auth/universal-auth/login \
--header 'Content-Type: application/json' \
--data '{
"clientId": "<string>",
"clientSecret": "<string>"
}'
{
"accessToken": "<string>",
"expiresIn": 123,
"accessTokenMaxTTL": 123,
"tokenType": "Bearer"
}
Default Response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://app.infisical.com/api/v1/auth/universal-auth/login \
--header 'Content-Type: application/json' \
--data '{
"clientId": "<string>",
"clientSecret": "<string>"
}'
{
"accessToken": "<string>",
"expiresIn": 123,
"accessTokenMaxTTL": 123,
"tokenType": "Bearer"
}