Gatana Documentation
RoutesSecret storesId

/secret-stores/{id}

Get a secret store by ID

GET
/secret-stores/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string"
{
  "id": "string",
  "name": "string",
  "type": "aws_secrets_manager",
  "isEnabled": true,
  "createdAt": "string",
  "updatedAt": "string",
  "configuration": {
    "type": "aws_secrets_manager",
    "region": "string",
    "accessKeyId": "string",
    "secretAccessKey": "string"
  }
}