Retrieve
Secret
get/v3/configs/config/secret
Query parameters
projectstring required
Unique identifier for the project object.
configstring required
Name of the config object.
namestring required
Name of the secret.
Response
200
Example response
{
"name": "DATABASE",
"value": {
"raw": "${USER}@aws.dynamodb.com:9876",
"computed": "brian@aws.dynamodb.com:9876"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.