Introduction
This reference describes SELISE Signature REST APIs used to authenticate, prepare contracts, roll documents out to signatories, and receive webhook events. All SeliSign endpoints are prefixed with the base URL below.
Base URL
During integration, send SeliSign requests to the following host. Replace with your environment URL when applicable.
https://selise.app/api/selisign/v100/SeliSign
Authentication
APIs are secured with OAuth client credentials. Obtain a Bearer access token before calling document endpoints.
View authentication endpoint →Typical workflow
- Authenticate with client_id and client_secret
- Upload files and prepare the contract with metadata and signatories
- Roll out the document with field coordinates
- Subscribe to webhooks for signing and completion events
Get Started with API Integration
Create API credentials and configure webhooks in the developer portal.