Skip to main content

PadSign 2.0 API (1.0.0)

Download OpenAPI specification:Download

PSAPP external API for 3rd-party system integration (API key protected endpoints).

external

Endpoints callable from 3rd-party systems.

Register PDF

PDF upload and registration request for email/company integration flow.

Authorizations:
ApiKeyAuth
Request Body schema: multipart/form-data
required
file
required
string <binary>

PDF file to upload.

email
required
string
Example: "john.doe@example.com"

Email identificator of user.

company
required
string
Example: "TrustLynx"

Company identificator of user.

clientName
string
Example: "John Doe"

Optional client display name.

clientname
string
Deprecated
Example: "John Doe"

Legacy alias for clientName.

Responses

Remove user state

User/session state removal request for 3rd-party integration flow.

Authorizations:
ApiKeyAuth
query Parameters
doc
string
Example: doc=3fb49d3b-52c5-4b1d-ac95-c77e34eb6a0c

Document identificator for state removal.

pcode
string
Example: pcode=010190-12345

Personal code identificator for state removal.

email
string
Example: email=john.doe@example.com

Email identificator for state removal.

company
string
Example: company=TrustLynx

Company identificator for email-based state removal.

demo
string
Enum: "true" "false"
Example: demo=true

Set true to remove demo state by email.

Responses