Download OpenAPI specification:Download
PSAPP external API for 3rd-party system integration (API key protected endpoints).
PDF upload and registration request for email/company integration flow.
| 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. |
User/session state removal request for 3rd-party integration flow.
| 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. |
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. |