Send Reminder To All
Remind one or more signers that have been emailed but not yet signed.
- Overview
-
Remind one or more signers to complete their document
- End Point
- https://goodsign.io/api/document/:uuid/remindall
- Method
- POST
- Authentication
- Bearer your_api_token
- Response
-
{ "success": true, "msg": "Reminder Sent", "status": "sent", "master_doc": {*Master Document Data*} }
-
Working Curl Request
Remove the (opt) from a parameter to use it -
curl --url https://goodsign.io/api/document//remindall \ --header 'authorization: Bearer YOUR_API_TOKEN'