5. Send embedded invite (phone call)
POST {{url}}/v2/documents/{{document_id}}/embedded-invites
Request Body
{"invites"=>[{"email"=>"{{signer_email}}", "role_id"=>"{{role_id}}", "order"=>1, "auth_method"=>"biometric", "first_name"=>"first_name", "last_name"=>"last_name", "prefill_signature_name"=>"test prefill_signature_name", "force_new_signature"=>1, "signing_instructions"=>"test signing_instruction", "authentication"=>{"type"=>"phone", "method"=>"phone_call", "phone"=>"{{Phone_number}}"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |