{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Dynamic Secrets API", "version": "0.0.1" }, "items": [ { "info": { "name": "Dynamic Secrets", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/dynamic-secrets", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/dynamic-secrets", "params": [ { "name": "projectSlug", "value": "", "type": "query", "description": "The slug of the project to create dynamic secret in." }, { "name": "path", "value": "", "type": "query", "description": "The path to list folders from." }, { "name": "environmentSlug", "value": "", "type": "query", "description": "The slug of the environment to list folders from." } ] } }, { "info": { "name": "POST /api/v1/dynamic-secrets", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/dynamic-secrets", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/v1/dynamic-secrets/{name}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/dynamic-secrets/:name", "params": [ { "name": "projectSlug", "value": "", "type": "query", "description": "The slug of the project to create dynamic secret in." }, { "name": "path", "value": "", "type": "query", "description": "The path to list folders from." }, { "name": "environmentSlug", "value": "", "type": "query", "description": "The slug of the environment to list folders from." }, { "name": "name", "value": "", "type": "path", "description": "The name of the dynamic secret." } ] } }, { "info": { "name": "PATCH /api/v1/dynamic-secrets/{name}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/dynamic-secrets/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the dynamic secret." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/v1/dynamic-secrets/{name}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/dynamic-secrets/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the dynamic secret." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/v1/dynamic-secrets/{name}/leases", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/dynamic-secrets/:name/leases", "params": [ { "name": "projectSlug", "value": "", "type": "query", "description": "The slug of the project to create dynamic secret in." }, { "name": "path", "value": "", "type": "query", "description": "The path to list folders from." }, { "name": "environmentSlug", "value": "", "type": "query", "description": "The slug of the environment to list folders from." }, { "name": "name", "value": "", "type": "path", "description": "The name of the dynamic secret." } ] } }, { "info": { "name": "POST /api/v1/dynamic-secrets/leases", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/dynamic-secrets/leases", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/v1/dynamic-secrets/leases/{leaseId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/dynamic-secrets/leases/:leaseId", "params": [ { "name": "projectSlug", "value": "", "type": "query", "description": "The slug of the project to create dynamic secret in." }, { "name": "path", "value": "", "type": "query", "description": "The path to list folders from." }, { "name": "environmentSlug", "value": "", "type": "query", "description": "The slug of the environment to list folders from." }, { "name": "leaseId", "value": "", "type": "path", "description": "The ID of the dynamic secret lease." } ] } }, { "info": { "name": "DELETE /api/v1/dynamic-secrets/leases/{leaseId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/dynamic-secrets/leases/:leaseId", "params": [ { "name": "leaseId", "value": "", "type": "path", "description": "The ID of the dynamic secret lease." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /api/v1/dynamic-secrets/leases/{leaseId}/renew", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/dynamic-secrets/leases/:leaseId/renew", "params": [ { "name": "leaseId", "value": "", "type": "path", "description": "The ID of the dynamic secret lease." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /api/v1/dynamic-secrets/leases/kubernetes", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/dynamic-secrets/leases/kubernetes", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }