Sign in

Create webhook subscription

documented

Subscribe to SignNow events.

POST /api/v2/eventsWebhooksno 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.signnow.com/api/v2/events" \
  -X POST \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"event":"{{$event}}","entity_id":"{{$entity_id}}","action":"callback","attributes":{"callback":"{{$callback_url}}","delete_access_token":true,"use_tls_12":true,"integration_id":"{{$integration_id}}","docid_queryparam":true,"headers":{"string_head":"{{$header_string}}","int_head":{{$header_int}},"bool_head":{{$header_bool}},"float_head":{{$header_float}}}},"secret_key":"{{$secret_key}}"}'