POST
/
api
/
v1
/
auth
/
alicloud-auth
/
login
curl --request POST \
  --url https://us.infisical.com/api/v1/auth/alicloud-auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "identityId": "<string>",
  "Action": "GetCallerIdentity",
  "Format": "JSON",
  "Version": "<string>",
  "AccessKeyId": "<string>",
  "SignatureMethod": "HMAC-SHA1",
  "Timestamp": "2023-11-07T05:31:56Z",
  "SignatureVersion": "1.0",
  "SignatureNonce": "<string>",
  "Signature": "<string>"
}'
{
  "accessToken": "<string>",
  "expiresIn": 123,
  "accessTokenMaxTTL": 123,
  "tokenType": "Bearer"
}

Body

application/json

Response

200
application/json

Default Response

The response is of type object.