{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Identity Templates API", "version": "0.0.1" }, "items": [ { "info": { "name": "Identity Templates", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/identity-templates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/identity-templates", "params": [ { "name": "authMethod", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get identity auth templates by authentication method" }, { "info": { "name": "POST /api/v1/identity-templates", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/identity-templates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create identity auth template" }, { "info": { "name": "GET /api/v1/identity-templates/{templateId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/identity-templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get identity auth template by ID" }, { "info": { "name": "PATCH /api/v1/identity-templates/{templateId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/identity-templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update identity auth template" }, { "info": { "name": "DELETE /api/v1/identity-templates/{templateId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/identity-templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete identity auth template" }, { "info": { "name": "GET /api/v1/identity-templates/search", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/identity-templates/search", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List identity auth templates" }, { "info": { "name": "GET /api/v1/identity-templates/{templateId}/usage", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/identity-templates/:templateId/usage", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get template usage by template ID" }, { "info": { "name": "POST /api/v1/identity-templates/{templateId}/delete-usage", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/identity-templates/:templateId/delete-usage", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unlink identity auth template usage" } ] } ], "bundled": true }