SK Sign Devs

Integrate SK Sign into your codebase

Standardized REST endpoints, signed event webhooks, and Model Context Protocol (MCP) tool routing.

fig 01 · architecture topology integration Your Application Client sk-backbone-api Gateway sk-sign-api Core Service

Quickstart Integration

Initiate actions securely in three simple steps. Authenticate requests using Platform-signed delegated JWT tokens.

$ curl -X POST https://api.softknack.com/v1/sign \
  -H "Authorization: Bearer <delegated_JWT>" \
  -H "Content-Type: application/json" \
  -d '{"org_id": "org_01"}'
        
Event System

Webhook Subscription Catalog

Ingest events in real time. All webhooks conform to the standard Nexus payload format and contain an HMAC signature key.

Event TypeDescription
signature_request.createdFires when a new request is initialized via API.
signature_request.sentFires when signing links are generated and dispatched.
signature_request.viewedFires when a recipient opens the signing portal link.
signature_request.signedFires immediately when the final signature field commits.
signature_request.declinedFires if a recipient explicitly rejects the signature request.
signature_request.remindedFires when an auto-reminder notification is dispatched.