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"
}
Login with Alibaba Cloud Auth
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"
}
Default Response
The response is of type object
.
Was this page helpful?