Reference
List the parameters this credential can see
Returns the addresses in the credential's project and environment, with no values.
GET
/api/v1/secretsReturns the addresses in the credential's project and environment, with no values. Use it to discover what is there before reading, and to spot the dynamic addresses that have to be leased.
Authorization
bearer AuthorizationBearer <token>
A machine credential, sent as Authorization: Bearer pck_.... Issue one from the console, or get a short-lived one from an exchange under auth.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/secrets"{ "parameters": [ { "path": "string", "name": "string", "kind": "static" } ]}