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/v1Use 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
| Resource | Use it for |
|---|---|
| Organizations | Manage your company, members, and webhook registry. |
| Documents and files | Upload source documents and retrieve signed files. |
| Templates | Reuse document definitions and signing fields. |
| Signing requests | Send and complete document-signing requests. |
| Workflows | Coordinate multi-step approval and signing work. |
Keep API keys in your server environment. Do not call the Vendor API directly from a browser.