GET
/
v1
/
secrets
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/secrets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f9043d63-6d52-48e6-a488-519bac6983ca",
    "type": "secrets",
    "attributes": {
      "kind": "built_in",
      "name": "tecjbtcgtp",
      "secret": "[REDACTED]",
      "hashicorp_vault_mount": "secret",
      "hashicorp_vault_path": null,
      "hashicorp_vault_version": 0,
      "created_at": "2025-04-18T09:52:47.060-07:00",
      "updated_at": "2025-04-18T09:52:47.060-07: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