Skip to main content
Version: 1.0.0

Sign API

This service provides two API surfaces:

  1. Propper Sign API (/v1/sign/*) - Recommended for new integrations
  2. DocuSign-Compatible API (/restapi/v2.1/*) - For existing DocuSign integrations

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 templates
  • sign:write - Create and update agreements
  • sign:send - Send agreements for signing
  • sign:admin - Administrative operations (void, delete)

Key Endpoints

  • GET /v1/sign/agreements - List agreements
  • POST /v1/sign/agreements - Create agreement
  • POST /v1/sign/agreements/{id}/send - Send for signing
  • GET /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 EnvelopePropper Agreement
  • DocuSign RecipientPropper Recipient
  • DocuSign TabPropper Annotation

Implementation Status

  • Core envelope operations
  • Recipient management
  • Document operations
  • Embedded signing views
  • Audit events
  • Template-based creation

Authentication

OAuth 2.0 Bearer token

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT

Contact

Propper Support: support@propper.ai

URL: https://propper.ai