Detail document
Detail document
GET
https://api.zapsign.com.br/api/v1/docs/{{doc_token}}/
This endpoint allows you to see all of your document's attributes such as status, signers, the original and signed file URL.
Path Parameters
doc_token
string
Document token
Headers
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
The possible statuses for a document are:
pending
signed (all signatories signed the document)
The possible statuses of a signer are:
new (signer has been created)
link-opened (opened document link at least once)
signed (signed the document)
Tip: instead of consulting documents several times a day, use our webhooks. In addition to saving the computing power of our and your servers, you'll also be able to give feedback in real time to your user, not every N minutes.
Request
Response
Caution: the original_file and signed_file links are temporary and expires in 60 minutes. In case your system needs to save those links it is recommended that you save them in your own CDN or that you call this endpoint every time your user needs a valid URL that will expires in more 60 minutes.
Note: if you do a GET on an extra_doc token (extra document, not the main document), the response will be much shorter and will contain the main document token, for example:
Last updated