Version: 1.0.0
Sign API
This service provides two API surfaces:
- Propper Sign API (
/v1/sign/*) - Recommended for new integrations - DocuSign-Compatible API (
/restapi/v2.1/*) - For existing DocuSign integrations
Propper Sign API (Recommended)
Base URL
https://api.propper.ai/v1/sign
Authentication
OAuth 2.0 Bearer token:
Authorization: Bearer <access_token>
OAuth Scopes
sign:read- Read agreements and templatessign:write- Create and update agreementssign:send- Send agreements for signingsign:admin- Administrative operations (void, delete)
Key Endpoints
GET /v1/sign/agreements- List agreementsPOST /v1/sign/agreements- Create agreementPOST /v1/sign/agreements/{id}/send- Send for signingGET /v1/sign/templates- List templates
DocuSign-Compatible Proxy API
For migrating from DocuSign, simply change your base URL:
Production: https://api.propper.ai/restapi/v2.1
Entity Mapping
- DocuSign Envelope → Propper Agreement
- DocuSign Recipient → Propper Recipient
- DocuSign Tab → Propper Annotation
Implementation Status
- Core envelope operations
- Recipient management
- Document operations
- Embedded signing views
- Audit events
- Template-based creation
Authentication
- HTTP: Bearer Auth
OAuth 2.0 Bearer token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |