--- title: 'Ironclad' description: 'Manage contracts, workflows, approvals, and records via the Ironclad API.' --- # Ironclad Manage contracts, workflows, approvals, and records via the Ironclad API. | Detail | Value | |---|---| | Category | Legal | | Base URL | `https://ironcladapp.com/public/api/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `ironclad` | ## Using Ironclad in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Ironclad** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /workflows](./get_workflows_legal_listworkflows) | List workflows | | [POST /workflows](./post_workflows_legal_createworkflow) | Launch a new workflow | | [GET /workflows/{workflowId}](./get_workflows_workflowid_legal_getworkflow) | Get a workflow | | [GET /records](./get_records_legal_listrecords) | List contract records | | [GET /records/{recordId}](./get_records_recordid_legal_getrecord) | Get a contract record | | [GET /templates](./get_templates_legal_listtemplates) | List workflow templates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.