API version:
POST /public/v1/signers/:id/reminders
Sends a reminder email to pending signers
Supported Formats
jsonErrors
Code | Description |
---|---|
400 | invalid_scope |
400 | unauthorized_client |
422 | Bad input parameter. Error message should indicate which one and why. |
401 | User is blank. |
401 | User is not the document sender. |
401 | Document needs to be pending. |
401 | Exceeded send reminder threshold. (30 per document). |
Examples
POST /public/{version}/signers/9255ea23-117b-4ac7-939e-c1a9d82d5020/reminders { "access_token": "fab7e3b5ff8765ebec6b990f30a25dfb4a48887713e6f3801abc8d25a0128d99" } 200 { "reminder": { "status": "sent" } }
Params
Param name | Description |
---|---|
id required |
Signer ID Validations:
|