Health
Health Check
Check if the API server is healthy. No authentication required.
curl -X GET "https://api.signpad.signsecure.in/api/v1/health"{
"status": "healthy",
"timestamp": "2019-08-24T14:15:22Z",
"version": "1.0.0"
}API Info GET
Get API information including available endpoints and version.
Add Recipients POST
Add recipients to an envelope. Recipients can be signers, approvers, or CC. Each recipient needs a name plus at least one contact: an `email`, a `phone` (E.164, used for WhatsApp delivery), or both. WhatsApp messages are sent according to the envelope workflow's `whatsappNotifications` preference.