GET
/
v1
/
secrets
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/secrets/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "1df8330f-904e-43ce-8cc1-7d00858834f7",
    "type": "secrets",
    "attributes": {
      "kind": "built_in",
      "name": "xgbfiogdde",
      "secret": "[REDACTED]",
      "hashicorp_vault_mount": "secret",
      "hashicorp_vault_path": null,
      "hashicorp_vault_version": 0,
      "created_at": "2025-03-07T00:08:57.825-08:00",
      "updated_at": "2025-03-07T00:08:57.825-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
secret found
data
object
required