Find trending topics and quick answers here
Hi, how can we help?
Search by task, feature, or problem - not just a single keyword.
Can I generate a signature certificate through API
Question
Can I create a signature certificate using the PlatoForms Invitation API?
Answer
Yes, you can. The PlatoForms Invitation API, Create Form Invitation, allows you to generate a signature certificate.
How it works
To call this API:
-
Provide invitation details: Enter the email addresses of the recipients and customize any additional settings like email templates.
If you enable the option “signature_certification_enabled” (which is
trueby default), a signature certification will be automatically generated upon completion of the invitation process, provided that “is_tracking_invitation” is alsotrue. -
Send the API Request: After configuring the invitation details, send the API request containing this information to the designated endpoint.
Once the recipient has signed and submitted, the submission API returns the certificate under sign_certificate, including its download URL, SHA256 checksum and the public verify_url; GET /api/v4/submission/{id}/signing/ returns the full signing record.
For further information, please refer to our API Reference.