cURL
curl --request GET \ --url https://hub.griff.services/secrets/{name} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "<string>" } }
Check if a secret exists by name. Returns the secret name if found.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes