cURL
curl --request POST \ --url https://us.infisical.com/api/v1/auth/jwt-auth/login \ --header 'Content-Type: application/json' \ --data '{ "identityId": "<string>", "jwt": "<string>" }'
{ "accessToken": "<string>", "expiresIn": 123, "accessTokenMaxTTL": 123, "tokenType": "Bearer" }
Login with JWT Auth
The ID of the identity to login.
Default Response
Bearer
Was this page helpful?