Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
secret found
Retrieve a specific secret by id
curl --request GET \
--url https://api.rootly.com/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c3aadb65-18a0-4ac9-8566-c8650d670d34",
"type": "secrets",
"attributes": {
"kind": "built_in",
"name": "sxxidtuqod",
"secret": "[REDACTED]",
"hashicorp_vault_mount": "secret",
"hashicorp_vault_path": null,
"hashicorp_vault_version": 0,
"created_at": "2025-11-06T13:29:40.636-08:00",
"updated_at": "2025-11-06T13:29:40.636-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
secret found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c3aadb65-18a0-4ac9-8566-c8650d670d34",
"type": "secrets",
"attributes": {
"kind": "built_in",
"name": "sxxidtuqod",
"secret": "[REDACTED]",
"hashicorp_vault_mount": "secret",
"hashicorp_vault_path": null,
"hashicorp_vault_version": 0,
"created_at": "2025-11-06T13:29:40.636-08:00",
"updated_at": "2025-11-06T13:29:40.636-08:00"
}
}
}