GetSecretValue
POST https://{{awsService}}.{{awsRegion}}.amazonaws.com/
For the SecretId
in the body of the post request you will need the Secret ARN
value from AWS Secrets Manager.
arn:aws:secretsmanager::XXXXXXXXXXXX:secret:XXXXXXXXXXXXXX
This can be stored as a [Collection Variable] Current Value
Request Body
{"SecretId"=>"{{secretARN}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string | ||
Accept-Encoding | string |