Endpoint
POST/onboarding/createSessionLink
Swagger
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
User's email address.
Example:
"user@example.com"
User's phone number (E.164 format).
Example:
"+436769556026"
URL to redirect user to after signing.
Example:
"https://example.com/onboarding/success"
Public HTTPS URL of the PDF to sign. Must be accessible without auth headers.
Example:
"https://cdn.idcanopy.com/pdf/onb-t3.pdf"
Signature fields in the PDF (AcroForm field IDs).
Pre-fillable text fields in the PDF.