/
Get request status or signed document

Get request status or signed document

This article describes how to use the PDF Signing API to get the status for a specific signing request and to fetch the actual PDF document. 

Get information for specific request

To get information for one specific request, use the method GET /request/{id}.



Example: Get information for specific request including documents
Authorization: Bearer <access token> GET /request/123?includeDocs=true



Response
{ "id": "123", "name": "Request 1", "description": "First request", "created": 1525843503909, "state": "IN_PROGRESS", "signatures": [{ "signer" : "signer.second@example.com", "signed": false, "method": "SE_BANKID" }], "documents": [{ { "name": "API.pdf", "data": "string" }] }



Example: Get information for specific request, no documents included
Authorization: Bearer <access token> GET /request/123?includeDocs=false



Response



Get information for all requests

To get information for all requests created by the current client ID, use the method GET /request.



Example: Get information for all requests



Response





Related content

Sign document with PDF Signing API
Sign document with PDF Signing API
More like this
Create signing request in PDF Signing API
Create signing request in PDF Signing API
More like this
PDF Signing API
PDF Signing API
More like this
Authenticate to the PDF Signing API
Authenticate to the PDF Signing API
More like this
Set up PDF Signing API in Nexus GO
Set up PDF Signing API in Nexus GO
More like this
Download signed document from the Nexus GO Signing portal
Download signed document from the Nexus GO Signing portal
More like this

Copyright 2024 Technology Nexus Secured Business Solutions AB. All rights reserved.
Contact Nexus | https://www.nexusgroup.com | Disclaimer | Terms & Conditions