Get started with the Vendor API

The Vendor API manages organizations, documents, signing requests, templates, workflows, and delivery records.

Base URL

text
https://api.vineeid.com/v1

Use the API reference for endpoint schemas and request fields. Start by creating or selecting an organization, then upload a document or create a signing request.

First request

bash
curl https://api.vineeid.com/v1/organizations \
  -H "Authorization: Bearer $VINE_API_KEY"

Main resources

ResourceUse it for
OrganizationsManage your company, members, and webhook registry.
Documents and filesUpload source documents and retrieve signed files.
TemplatesReuse document definitions and signing fields.
Signing requestsSend and complete document-signing requests.
WorkflowsCoordinate multi-step approval and signing work.

Keep API keys in your server environment. Do not call the Vendor API directly from a browser.