Get Document Signed

URL Base:

  • UAT: https://signhom.acesso.io.

  • Production: https://sign.acesso.io.

GetDocumentSigned

get

Endpoint to retrieve the signed document in PDF format. Only for flows with electronic signature.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
id-documentstringRequired

Document ID.

Responses
200

Signed document obtained successfully.

application/pdf
Responsestring · binary

PDF file generated by the system.

get
/api/v1/service/file/{documentId}
GET /api/v1/service/file/{documentId} HTTP/1.1
Host: signhom.acesso.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binary

Example of a generated document:

Errors

Last updated

Was this helpful?