cURL
curl --request POST \ --url https://us.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
Your Machine Identity Client ID.
Your Machine Identity Client Secret.
Default Response
Bearer
Was this page helpful?