POST
/
api
/
v1
/
auth
/
aws-auth
/
login

Body

application/json
identityId
string
required

The ID of the identity to login.

iamHttpRequestMethod
string
default: POST

The HTTP request method used in the signed request.

iamRequestBody
string
required

The base64-encoded body of the signed request. Most likely, the base64-encoding of Action=GetCallerIdentity&Version=2011-06-15.

iamRequestHeaders
string
required

The base64-encoded headers of the sts:GetCallerIdentity signed request.

Response

200 - application/json
accessToken
string
required
expiresIn
number
required
accessTokenMaxTTL
number
required
tokenType
enum<string>
required
Available options:
Bearer

Was this page helpful?