Concord
Concord is a contract lifecycle management (CLM) platform for creating, negotiating, redlining, e-signing, storing, and tracking agreements in one place, with unlimited electronic signatures, automated templates, approval workflows, and reporting. Concord exposes a documented REST API (base https://api.concordnow.com/api/rest/1) that lets integrators read a user's organizations, list and retrieve agreements and their attachments and members, and pull organization reports, groups, and tags. Outbound webhooks notify external systems of agreement lifecycle events (fully approved, fully signed, expired, signature provided). API key generation is offered on paid plans only.
APIs
Concord Agreements API
List an organization's agreements (contracts) and retrieve a single agreement's attachments and members. Agreements are scoped under a user's organization at /user/me/organizati...
Concord Organizations & Users API
Read the authenticated user (/user/me), the organizations that user belongs to (/user/me/organizations), and per-organization reports, groups, and tags. Concord does not publish...
Concord Documents & Attachments API
Retrieve the files (attachments) associated with an agreement at /organizations/{organizationId}/agreements/{agreementUid}/attachments. In Concord's model a document is an agree...
Concord Templates API
Generate a document from an automated (Excel-driven) template using an API key and the template UID. Concord documents that this capability exists, but the exact request path an...
Concord Webhooks (Outbound Events)
Concord sends outbound HTTP POST webhooks to a URL you configure in the Automations > Integrations UI, firing on agreement lifecycle events - document fully approved, document f...