cURL
curl --request POST \ --url https://hub.griff.services/secrets/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "environment": "default", "organizationId": "<string>" } '
{ "data": { "name": "<string>", "value": "<string>" } }
Resolve a secret value by name. The hub reads the value from AWS Secrets Manager and returns it. Uses POST to keep secret values out of URLs and query logs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes