Importing files to store in SignTime can be done with a combination of API endpoints.
1. Retrieve access token
GET /oauth/token
2. Import file
POST /api/v1/files/new
Imports a file into SignTime.
A timestamp can be added during the import by setting the appropriate parameters.
A timestamp can also be added after a file is imported if necessary.
PATCH /api/v1/files/{id}/update
Updating the file with the
requires_timestamp = true
parameter will add a timestamp to the file.※Adding PAdES using the
requires_pades = true
parameter will require additional fees. Please contact our support team for more info.