Versions
Currently, Snapdocs RON (formerly Pactima) APIs only have one version and the base URL is
| Version | Endpoint |
|---|---|
| 1 |
|
Server Types
Snapdocs RON (formerly Pactima) has two kinds of servers. When using the SDKs, the appropriate server-type is already taken into account. The files server is for long-running processes (i.e. > 30 seconds) and for files uploads / downloads.
| Base path | Server kind | Request content-type |
|---|---|---|
https://rest-api.signings.snapdocs.com/v1 | Main server | --header 'content-type: application/json' |
https://files-api.signings.snapdocs.com/v1 | Files server | --header 'content-type: multipart/form-data' |
