--- title: 'PandaDoc' description: 'Create, manage, and e-sign documents and proposals via the PandaDoc API.' --- # PandaDoc Create, manage, and e-sign documents and proposals via the PandaDoc API. | Detail | Value | |---|---| | Category | Legal | | Base URL | `https://api.pandadoc.com/public/v1` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `pandadoc` | ## Using PandaDoc in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **PandaDoc** 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 /documents](./get_documents_legal_listdocuments) | List documents | | [POST /documents](./post_documents_legal_createdocument) | Create a document | | [GET /documents/{documentId}](./get_documents_documentid_legal_getdocument) | Get document details | | [POST /documents/{documentId}/send](./post_documents_documentid_send_legal_senddocument) | Send a document for signing | | [GET /documents/{documentId}/download](./get_documents_documentid_download_legal_downloaddocument) | Download a completed document | | [GET /templates](./get_templates_legal_listtemplates) | List templates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.