AWS Auth
Login
Login with AWS Auth
POST
/
api
/
v1
/
auth
/
aws-auth
/
login
Body
application/json
identityId
string
requiredThe ID of the identity to login.
iamRequestBody
string
requiredThe base64-encoded body of the signed request. Most likely, the base64-encoding of Action=GetCallerIdentity&Version=2011-06-15.
iamRequestHeaders
string
requiredThe base64-encoded headers of the sts:GetCallerIdentity signed request.
iamHttpRequestMethod
string
default: POSTThe HTTP request method used in the signed request.
Response
200 - application/json
accessToken
string
requiredexpiresIn
number
requiredaccessTokenMaxTTL
number
requiredtokenType
enum<string>
requiredAvailable options:
Bearer