Sign in

Get Embedded Template Edit URL

documented

Retrieves an embedded object containing an edit URL for a template (embedded templates only).

POST /v3/embedded/edit_url/{template_id}Embeddedno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.hellosign.com/v3/embedded/edit_url/{{$template_id}}' \
  -X POST \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"allow_edit_ccs\": {{$allow_edit_ccs}}, \"cc_roles\": {{$cc_roles}}, \"editor_options\": {\"force_signer_roles\": {{$force_signer_roles}}, \"force_subject_message\": {{$force_subject_message}}}, \"merge_fields\": {{$merge_fields}}, \"preview_only\": {{$preview_only}}, \"show_preview\": {{$show_preview}}, \"show_progress_stepper\": {{$show_progress_stepper}}, \"test_mode\": {{$test_mode}}}'
Get Embedded Template Edit URL · Dropbox Sign · OpenIntegrations