// POST https://api.signatureapi.com/v1/recipients/{recipient_id}/replace // X-API-Key: key_test_... { "name": "Jane Doe", "email": "jane@example.com" }
{ "id": "re_8Unml6TyhNN8923Rminm40", "envelope_id": "52872f0e-b919-4d69-89cd-e7e56af00548", "type": "signer", "key": "provider", "name": "Jane Doe", "email": "jane@example.com", // ...other recipient properties }
Replaces an existing recipient with a new one.
in_progress
201 Created