Documentation Index
Fetch the complete documentation index at: https://docs.sajn.se/llms.txt
Use this file to discover all available pages before exploring further.
Postman Collections
Use the Postman starter kit to make your first authenticated request, create resources, and explore the full API without building requests from scratch.Downloads
- API reference collection
- Getting started collection
- Document lifecycle collection
- Contacts and signers collection
- Local environment
What To Import
Getting Started
Start here for auth checks, first list requests, and resource creation.
Document Lifecycle
Create a document, add a signer, send it, and fetch the signing URL.
Contacts & Signers
Create contacts, search them, and attach them to documents.
API Reference
Full endpoint coverage generated from the OpenAPI spec.
Import Steps
- Download the collections you want to use and the local environment.
- In Postman, select Import and upload the JSON files.
- Open the imported sajn Local environment.
- Set
apiKeyto your API key from Organization Settings > API Keys. - Keep
baseUrlashttps://app.sajn.seunless you are testing against another environment.
Built-in Variables
The starter collections use shared variables so requests chain naturally:apiKeyfor bearer authenticationbaseUrlfor the main APIuploadBaseUrlfor file uploadsdocumentId,contactId,signerId,sajnIdIdfor captured resource IDs
Recommended Order
- Run Health check from the getting started collection.
- Run List all documents or List all contacts to verify authentication.
- Run Create a new contact and Create a new document.
- Continue with the document lifecycle collection to add a signer and send the document.
How These Collections Are Maintained
The collections are generated from our OpenAPI specification inapi/openapi.json. When the API changes, we regenerate the files to keep request URLs, methods, and starter payloads aligned with the docs.
