Gatana Documentation
RoutesSecret storesStoreidMappings

/secret-stores/{storeId}/mappings

List all secret mappings for a store

GET
/secret-stores/{storeId}/mappings
AuthorizationBearer <token>

In: header

Path Parameters

storeId*string

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string/mappings"
{
  "mappings": [
    {
      "name": "string",
      "secretIdentifier": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}