Authorization: Bearer ********************curl --location --request POST 'https://services.dispatchable.com/docusign/api/v1/envelopes/8af35ec6-a77d-48ef-b1f7-0b34e4df5829/refresh-status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"success": true,
"message": "DocuSign envelope status refreshed successfully.",
"data": {
"uuid": "26629f79-695c-4413-8acd-4f7722ddc3a0",
"envelope_id": "c2a7ce4b-6d2b-459c-a8b1-fba5c51b7291",
"status": "completed",
"recipient_name": "John Customer",
"recipient_email": "john.customer@example.com",
"item_type": "load",
"item_uuid": "776d4cef-9e8b-463a-b312-a2634dd06de1",
"completed_at": "2026-05-02T16:30:00Z",
"last_status_checked_at": "2026-05-02T16:31:00Z"
}
}