RoutesSecret storesStoreidMappings
/secret-stores/{storeId}/mappings
List all secret mappings for a store
curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string/mappings"{
"mappings": [
{
"name": "string",
"secretIdentifier": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}