{ "info": { "_postman_id": "07a9dc1a-6664-4f09-b2a9-050eb35be35e", "name": "Nitro PDF Services Public Authentication Sign API", "description": "REST API for Nitro PDF Services: convert, transform, extract, and generate PDF documents, plus async job status/result retrieval. Machine-to-machine OAuth 2.0 client-credentials; short-lived bearer tokens. Assembled by API Evangelist from Nitro's published per-tool OpenAPI reference fragments; schemas preserved verbatim.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:44:50.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-07a9dc1a-6664-4f09-b2a9-050eb35be35e" }, "item": [ { "name": "sign", "item": [ { "name": "envelopes", "item": [ { "name": "{envelopeID}:cancel", "item": [ { "name": "Cancel Envelope by ID", "id": "349a7270-e0c5-494b-ab44-bcb12569c2de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:cancel", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:cancel" ] }, "description": "The **Cancel Envelope by ID** endpoint cancels the signing request for the envelope specified by its UUIDv4 identifier.\nThis endpoint allows you to cancel an envelope and changes its status to Cancelled but keeps it available for reference and reuse after updates. In Cancelled status, no further signing operations can be done on the envelope.\n\n**Note:** Only envelopes that have been sent for signing can be cancelled. Draft envelopes cannot be cancelled.\n" }, "response": [ { "id": "4dce3324-ea83-4d1b-9f6b-cb74fd65c5b1", "name": "Envelope cancelled successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:cancel", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:cancel" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"rejected\",\n \"mode\": \"parallel\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4dce3324-ea83-4d1b-9f6b-cb74fd65c5b1" }, { "id": "e6e8f060-8389-4df5-9032-8b894759aa2e", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:cancel", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:cancel" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-e6e8f060-8389-4df5-9032-8b894759aa2e" }, { "id": "64034a02-be6f-42d4-ad3a-e439fdadeb50", "name": "Envelope not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:cancel", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:cancel" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-64034a02-be6f-42d4-ad3a-e439fdadeb50" }, { "id": "a88ff29c-2ff4-49bc-9212-153a2361d132", "name": "Envelope cannot be modified", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:cancel", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:cancel" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-a88ff29c-2ff4-49bc-9212-153a2361d132" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-349a7270-e0c5-494b-ab44-bcb12569c2de" } ], "id": "04140ca2-5d4b-41c1-9a30-97ac561da436", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-04140ca2-5d4b-41c1-9a30-97ac561da436" }, { "name": "{envelopeID}", "item": [ { "name": "documents:reorder", "item": [ { "name": "Reorder Documents by Envelope ID", "id": "52e16aae-a1f3-475f-8ffb-188d6c4ed6da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"order\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents:reorder", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents:reorder" ], "variable": [ { "id": "707131be-e2d8-47b0-bb3e-c18d6766f5c2", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Reorder Documents by Envelope ID** endpoint reorders all documents associated with a specific envelope based on the order specified in the request body.\nDocuments are returned in an `items` array within the JSON response reflecting the new order.\n" }, "response": [ { "id": "3e0a2f39-bb50-4f41-ba5b-cce4125a339a", "name": "Documents reordered successfully.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"order\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents:reorder", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents:reorder" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"name\": \"\",\n \"createdAt\": \"\",\n \"status\": \"pending\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3e0a2f39-bb50-4f41-ba5b-cce4125a339a" }, { "id": "f2530571-fe2f-4a4b-a4ec-1194e8aa7f89", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"order\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents:reorder", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents:reorder" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f2530571-fe2f-4a4b-a4ec-1194e8aa7f89" }, { "id": "5d8222fc-ab77-4f0a-877e-259487531da9", "name": "Envelope not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"order\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents:reorder", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents:reorder" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-5d8222fc-ab77-4f0a-877e-259487531da9" }, { "id": "4a76909e-2f00-4ba9-9480-09e9df618b03", "name": "Envelope cannot be modified", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"order\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents:reorder", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents:reorder" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4a76909e-2f00-4ba9-9480-09e9df618b03" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-52e16aae-a1f3-475f-8ffb-188d6c4ed6da" } ], "id": "c2a79950-224f-4eef-b451-ecbf25c037a7", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c2a79950-224f-4eef-b451-ecbf25c037a7" }, { "name": "participants:batch-delete", "item": [ { "name": "Delete Participants by Participant IDs", "id": "cb4720a6-7f91-470c-bfb4-aac35638c012", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants:batch-delete" ], "variable": [ { "id": "5d1b3da0-e9ad-4fe2-b62a-ff3fb81674a4", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Delete Participants** endpoint permanently deletes multiple participants from an envelope." }, "response": [ { "id": "4a31e732-dc9d-4a4a-a203-b1608449049f", "name": "Participants deleted successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants:batch-delete" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4a31e732-dc9d-4a4a-a203-b1608449049f" }, { "id": "79fb23b9-c2c6-49c6-a39c-cf98bd17dc88", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants:batch-delete" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-79fb23b9-c2c6-49c6-a39c-cf98bd17dc88" }, { "id": "12703706-05c8-43b1-9712-be31807aa01a", "name": "Envelope not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants:batch-delete" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-12703706-05c8-43b1-9712-be31807aa01a" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cb4720a6-7f91-470c-bfb4-aac35638c012" } ], "id": "c7e9a20d-2aba-4b5a-b5a7-6063a2bb4d2d", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c7e9a20d-2aba-4b5a-b5a7-6063a2bb4d2d" }, { "name": "participants", "item": [ { "name": "{participantID}", "item": [ { "name": "Delete Participant by ID", "id": "6ff5c8e0-e96d-403d-8c35-f15c7c1e21e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "id": "00f7f294-c38f-4640-83a4-cdd9ca367fce", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." }, { "id": "0e27d615-f78a-45b3-98f0-665e3dcdfb92", "key": "participantID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the participant in the Nitro system." } ] }, "description": "The **Delete Participant by ID** endpoint permanently deletes a participant from an envelope.\n" }, "response": [ { "id": "55875362-cdf3-4695-bcbb-86450f3785a5", "name": "Participant deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-55875362-cdf3-4695-bcbb-86450f3785a5" }, { "id": "c87e996d-6d15-4da4-8208-bc495051a259", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c87e996d-6d15-4da4-8208-bc495051a259" }, { "id": "d9360efe-b9ad-4387-b084-b45e89a30add", "name": "Envelope not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d9360efe-b9ad-4387-b084-b45e89a30add" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6ff5c8e0-e96d-403d-8c35-f15c7c1e21e4" }, { "name": "Update Participant by ID", "id": "7b7a8d4a-2967-48c8-813d-cacbb6d7bcd4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "id": "13d2aee5-10ab-4f29-887c-70d4e1b66537", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." }, { "id": "02042b29-a719-4e94-abac-8110e7922861", "key": "participantID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the participant in the Nitro system." } ] }, "description": "The **Update Participant by ID** endpoint modifies a participant's authentication settings.\nThe participant's email cannot be updated. All parameters are optional.\n" }, "response": [ { "id": "05be81e7-ebbf-4ea1-9b3a-42bb7b8999bd", "name": "Participant updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-05be81e7-ebbf-4ea1-9b3a-42bb7b8999bd" }, { "id": "a3e218bf-2914-4f62-9a59-3535f920f18d", "name": "Invalid request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-a3e218bf-2914-4f62-9a59-3535f920f18d" }, { "id": "6072ef84-51f4-4345-b425-eea9a37d1b34", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6072ef84-51f4-4345-b425-eea9a37d1b34" }, { "id": "3f5bcf1b-be6a-4b2e-a8e3-a82df613d322", "name": "Envelope or participant not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/:participantID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", ":participantID" ], "variable": [ { "key": "envelopeID" }, { "key": "participantID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3f5bcf1b-be6a-4b2e-a8e3-a82df613d322" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7b7a8d4a-2967-48c8-813d-cacbb6d7bcd4" } ], "id": "81b884a2-e263-4f34-af7a-c3155dcdbb2d", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-81b884a2-e263-4f34-af7a-c3155dcdbb2d" }, { "name": "signing-urls", "item": [ { "name": "List Signer Signing URLs by Envelope ID", "id": "2c63a524-fed7-42f0-8f6c-4d7731bc2849", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/signing-urls", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", "signing-urls" ], "variable": [ { "id": "dd17f16d-59a3-4fa0-9868-9343aa06e97b", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **List Signer Signing URLs by Envelope ID** endpoint returns the signing URL and its\nexpiry for each signer of an envelope. Only participants with the SIGNER role are included;\nreviewers and CC recipients are excluded. The envelope must be in the SENT status; otherwise\nthe request is rejected with a 409 response.\n" }, "response": [ { "id": "a9d413e3-7bda-4c82-9260-5aedd703b673", "name": "List signer signing URLs", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/signing-urls", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", "signing-urls" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"userId\": \"\",\n \"signingUrl\": \"\",\n \"expiresAt\": \"\"\n },\n {\n \"userId\": \"\",\n \"signingUrl\": \"\",\n \"expiresAt\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-a9d413e3-7bda-4c82-9260-5aedd703b673" }, { "id": "25273612-c89a-4e03-9dd0-8cd11841c06c", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/signing-urls", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", "signing-urls" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-25273612-c89a-4e03-9dd0-8cd11841c06c" }, { "id": "26709d01-efad-4f44-9686-55311e3cf64b", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/signing-urls", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", "signing-urls" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-26709d01-efad-4f44-9686-55311e3cf64b" }, { "id": "80fa4fba-f6b4-4397-a50c-6fed46f80bb1", "name": "Envelope is not in the SENT status", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants/signing-urls", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants", "signing-urls" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-80fa4fba-f6b4-4397-a50c-6fed46f80bb1" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2c63a524-fed7-42f0-8f6c-4d7731bc2849" } ], "id": "16207754-3dca-47f7-8cb3-0b69b702ec4e", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-16207754-3dca-47f7-8cb3-0b69b702ec4e" }, { "name": "List Participants by Envelope ID", "id": "4bf1ee00-bd1e-4e5b-881f-86d675f94475", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "id": "2c9518d1-ada5-424a-8618-8f64bd76537e", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **List Participant by Envelope ID** endpoint returns all participants associated with a specific envelope.\nThe request must include the envelope ID to ensure the complete set of participants is retrieved for the correct envelope.\n" }, "response": [ { "id": "6c4fe14a-bd16-4a02-b372-c0ab7048c514", "name": "List participants", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n },\n {\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6c4fe14a-bd16-4a02-b372-c0ab7048c514" }, { "id": "cbc02ce8-ba33-4b17-85d4-0c151506fdb8", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cbc02ce8-ba33-4b17-85d4-0c151506fdb8" }, { "id": "8aa58a61-cc36-4e99-82c6-71fbf99e29a3", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-8aa58a61-cc36-4e99-82c6-71fbf99e29a3" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4bf1ee00-bd1e-4e5b-881f-86d675f94475" }, { "name": "Create Participant(s) by Envelope ID", "id": "c0221ae9-4e27-4f38-a66c-5aede20c3410", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "id": "2a6fe39d-433a-4ecd-ab81-bf1fcd95143c", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Create Participant(s) by Envelope ID** endpoint adds one or more participants to a specified envelope.\nAccepts either a single participant object or a bulk request with an 'items' array.\nParticipants are associated to the parent Envelope and can sign multiple fields in different documents.\n\nWhen creating participants, the following limits apply:\n - Maximum participants: 200\n" }, "response": [ { "id": "3433e0f7-0596-4130-93aa-2ecca8eaad02", "name": "Multiple participants created successfully. Returns an object with an 'items' array containing all created participants.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n },\n {\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3433e0f7-0596-4130-93aa-2ecca8eaad02" }, { "id": "24908e11-ae34-4fd7-84d3-c83b7bb5bd0b", "name": "Participant created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"email\": \"\",\n \"role\": \"\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-24908e11-ae34-4fd7-84d3-c83b7bb5bd0b" }, { "id": "976fd9ae-a076-4e56-8fb9-073270c62c92", "name": "Invalid request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-976fd9ae-a076-4e56-8fb9-073270c62c92" }, { "id": "15854e59-cfb0-4f5b-abb2-222262f40550", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-15854e59-cfb0-4f5b-abb2-222262f40550" }, { "id": "4c1fd168-1c90-4f45-acb9-1393424ce427", "name": "Envelope not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"cc\",\n \"authentication\": {\n \"accessCode\": \"\",\n \"type\": \"AccessCode\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/participants", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "participants" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4c1fd168-1c90-4f45-acb9-1393424ce427" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c0221ae9-4e27-4f38-a66c-5aede20c3410" } ], "id": "c524633b-06f1-4bf4-a0de-450d67d2ce8c", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c524633b-06f1-4bf4-a0de-450d67d2ce8c" }, { "name": "documents", "item": [ { "name": "{documentID}", "item": [ { "name": "fields:batch-delete", "item": [ { "name": "Delete Fields by Field IDs", "id": "88c201ec-b486-4309-a2d8-eddb7f32fcbd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields:batch-delete" ], "variable": [ { "id": "d3ad2ae1-6927-4130-aef1-b90c0371c32b", "key": "envelopeID", "value": "", "description": "(Required) A unique string that identifies the envelope in the Nitro system." }, { "id": "26540364-217f-4ef5-a940-5df74efd0519", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **Delete Fields** endpoint permanently deletes multiple fields from a document within an envelope.\n" }, "response": [ { "id": "7fdee7a8-e260-4f11-a6fa-81093573709b", "name": "Fields deleted successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields:batch-delete" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7fdee7a8-e260-4f11-a6fa-81093573709b" }, { "id": "0779bd3a-0847-4b24-bb78-c4f41bbb6209", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields:batch-delete" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-0779bd3a-0847-4b24-bb78-c4f41bbb6209" }, { "id": "ebc36f19-fdc3-4fd6-b16e-3b9f9b3dc867", "name": "Envelope or document not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields:batch-delete", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields:batch-delete" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ebc36f19-fdc3-4fd6-b16e-3b9f9b3dc867" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-88c201ec-b486-4309-a2d8-eddb7f32fcbd" } ], "id": "530f4a25-a692-4ed6-b176-6726753e14ac", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-530f4a25-a692-4ed6-b176-6726753e14ac" }, { "name": "fields", "item": [ { "name": "{fieldID}", "item": [ { "name": "Delete Field by ID", "id": "6cbd0de4-bf55-4e7e-963a-5af90b9d9110", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "id": "433a666d-ef7b-4ef5-ba3c-12b8f4e76f9d", "key": "envelopeID", "value": "", "description": "(Required) A unique string that identifies the envelope in the Nitro system." }, { "id": "f7725cf7-8e60-4291-9858-3e523401c861", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." }, { "id": "36aa1432-c717-469c-a0ff-2ca025b9acd8", "key": "fieldID", "value": "", "description": "(Required) A unique string that identifies the field in the Nitro system." } ] }, "description": "The **Delete Field by ID** endpoint permanently deletes a field from a document within an envelope." }, "response": [ { "id": "57cfb545-dd8b-4a66-b374-aa4f39dc96f9", "name": "Field deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-57cfb545-dd8b-4a66-b374-aa4f39dc96f9" }, { "id": "3e194633-d0f9-4d17-866a-fda3db50add9", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3e194633-d0f9-4d17-866a-fda3db50add9" }, { "id": "3b2ffa53-26bf-4e87-b524-912ffa7e2a20", "name": "Envelope or document not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3b2ffa53-26bf-4e87-b524-912ffa7e2a20" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6cbd0de4-bf55-4e7e-963a-5af90b9d9110" }, { "name": "Update Field by ID", "id": "0e21ccf6-ccb3-48d2-844d-33be045debdb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"required\": \"\",\n \"participantID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "id": "f1fa0bf8-d5d1-4cea-b77b-26cfbcbaae40", "key": "envelopeID", "value": "", "description": "(Required) " }, { "id": "4407a96d-3ca7-47b9-b999-dbf2d4df1946", "key": "documentID", "value": "", "description": "(Required) " }, { "id": "857dcfe1-7a20-4cf1-b262-2712e8f4bbff", "key": "fieldID", "value": "", "description": "(Required) " } ] }, "description": "The **Update Field by ID** endpoint modifies the properties of an existing field.\nThe Field type cannot be updated. All parameters are optional.\n" }, "response": [ { "id": "44696f1f-3d43-476b-b65e-88ea398939bf", "name": "Field updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"required\": \"\",\n \"participantID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"boundingBox\": \"\",\n \"documentID\": \"\",\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\",\n \"ID\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-44696f1f-3d43-476b-b65e-88ea398939bf" }, { "id": "c96e8c6c-5dfc-4a22-aa85-2dda7324203d", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"required\": \"\",\n \"participantID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c96e8c6c-5dfc-4a22-aa85-2dda7324203d" }, { "id": "1bb99c1f-0bfc-4eae-ab3b-588644fea64b", "name": "Envelope, document, or field not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"required\": \"\",\n \"participantID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields/:fieldID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields", ":fieldID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" }, { "key": "fieldID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1bb99c1f-0bfc-4eae-ab3b-588644fea64b" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-0e21ccf6-ccb3-48d2-844d-33be045debdb" } ], "id": "de3d59b0-19f7-4fc3-82ca-12d7e4a1508f", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-de3d59b0-19f7-4fc3-82ca-12d7e4a1508f" }, { "name": "List Fields by Document ID", "id": "b5a52cbd-12e3-4ab9-9b00-08445be9ee2c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "id": "5f72b8d4-0c05-4204-bf97-31569636ab80", "key": "envelopeID", "value": "", "description": "(Required) A unique string that identifies the envelope in the Nitro system." }, { "id": "97e2a666-b794-41a3-8d4b-c8fbff02a384", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **List Fields by Document ID** endpoint retrieves all fields associated with a specific document within an envelope. The request must include the envelope and document ID to ensure the complete set of fields is retrieved for the correct document." }, "response": [ { "id": "ab94c2e9-4f9f-4318-aa91-d19ef5b8dcd9", "name": "List of all fields. Each field contains its unique ID and configuration.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"boundingBox\": \"\",\n \"documentID\": \"\",\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\",\n \"ID\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ab94c2e9-4f9f-4318-aa91-d19ef5b8dcd9" }, { "id": "adfb8c29-4d87-4ab8-a7f6-09cc4cc3c8b4", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-adfb8c29-4d87-4ab8-a7f6-09cc4cc3c8b4" }, { "id": "dfb28c74-62c2-42ee-97e2-d5e6d818b9dc", "name": "Envelope or document not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-dfb28c74-62c2-42ee-97e2-d5e6d818b9dc" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b5a52cbd-12e3-4ab9-9b00-08445be9ee2c" }, { "name": "Create Field(s) by Document ID", "id": "18c9ee79-e443-40fb-895f-d444c3952b64", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "id": "0d6badd1-a1a6-44cb-aeb4-55246d28ebdc", "key": "envelopeID", "value": "", "description": "(Required) A unique string that identifies the envelope in the Nitro system." }, { "id": "943c2e53-dd8a-4424-8bed-0feea1db38f1", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **Create Field(s) by Document ID** endpoint creates one or more fields on a document and assigns it to a participant.\nAccepts either a single field object or a bulk request with an 'items' array containing multiple field objects.\n" }, "response": [ { "id": "b22c449d-a407-4116-83db-d108e52e4535", "name": "Fields created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"documentID\": \"\",\n \"participantID\": \"\",\n \"type\": \"signature\",\n \"page\": \"\",\n \"required\": \"\",\n \"ID\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b22c449d-a407-4116-83db-d108e52e4535" }, { "id": "675f08dd-221a-4fca-acb5-e5d6bdec5655", "name": "Single Field created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"documentID\": \"\",\n \"participantID\": \"\",\n \"type\": \"signature\",\n \"page\": \"\",\n \"required\": \"\",\n \"ID\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-675f08dd-221a-4fca-acb5-e5d6bdec5655" }, { "id": "dab0e363-699d-4c48-bf7a-15bc1a91e66a", "name": "Invalid request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-dab0e363-699d-4c48-bf7a-15bc1a91e66a" }, { "id": "00adca08-af0c-4a0e-9bc0-129220e69554", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-00adca08-af0c-4a0e-9bc0-129220e69554" }, { "id": "cd451acf-ceba-41c9-800a-e88ea8b14656", "name": "Envelope or document not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cd451acf-ceba-41c9-800a-e88ea8b14656" }, { "id": "9281f8ee-682b-4ee7-97e6-468c96af8f40", "name": "The requested participant does not exist on the given package", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"boundingBox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"participantID\": \"\",\n \"type\": \"checkbox\",\n \"page\": \"\",\n \"required\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID/fields", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID", "fields" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"Ut02\": {},\n \"sint_d_\": {},\n \"officia_8\": {},\n \"ex5_\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-9281f8ee-682b-4ee7-97e6-468c96af8f40" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-18c9ee79-e443-40fb-895f-d444c3952b64" } ], "id": "3d19a8a8-688f-423d-8541-409a7d1d1f51", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3d19a8a8-688f-423d-8541-409a7d1d1f51" }, { "name": "Get Document by ID", "id": "b3028a81-cbd0-4a78-9f47-9df361e871ee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "id": "2880887f-dc7e-4d1e-9742-87ce59605970", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." }, { "id": "2d8244dc-9fc7-45a9-9044-b4bcea95ee4c", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **Get Document by ID** endpoint retrieves the details of a single document using its identifier within a specific envelope.\n\nThis endpoint is useful for retrieving specific document information, monitoring document processing status, or displaying document details within your internal system.\n" }, "response": [ { "id": "7083096f-47fa-4ebf-84cc-ccda25bc85da", "name": "The **GET Document by ID** endpoint returns a JSON object with the document's data\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"name\": \"\",\n \"createdAt\": \"\",\n \"status\": \"pending\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7083096f-47fa-4ebf-84cc-ccda25bc85da" }, { "id": "d805370b-7455-4597-972a-ccd5c1def0a8", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d805370b-7455-4597-972a-ccd5c1def0a8" }, { "id": "b21ff9b8-8e2b-4f42-9111-6db4c97cbd99", "name": "Document or envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b21ff9b8-8e2b-4f42-9111-6db4c97cbd99" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b3028a81-cbd0-4a78-9f47-9df361e871ee" }, { "name": "Delete Document by ID", "id": "221054c4-fab8-4845-85bb-f5864aa59224", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "id": "783426c1-8345-4c9f-aa47-860bd5d2ce3a", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." }, { "id": "35446a82-3c5e-4369-acf6-eff9bb12377e", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **Delete Document by ID** endpoint deletes permanently removes a document from an envelope.\n" }, "response": [ { "id": "08c48aad-c1a3-4f69-a4ca-10d82ec8f022", "name": "Document deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-08c48aad-c1a3-4f69-a4ca-10d82ec8f022" }, { "id": "59c48be6-15c4-423d-9818-f16985681c4b", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-59c48be6-15c4-423d-9818-f16985681c4b" }, { "id": "76529eb9-3ba4-4935-b206-b69acf1db7b6", "name": "Document not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"Duis_ea6\": {},\n \"irure_25e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-76529eb9-3ba4-4935-b206-b69acf1db7b6" }, { "id": "22c07af5-5194-4960-8f4d-918a5d8f642c", "name": "Envelope cannot be modified", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-22c07af5-5194-4960-8f4d-918a5d8f642c" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-221054c4-fab8-4845-85bb-f5864aa59224" }, { "name": "Update Document by ID", "id": "4588a40f-d370-446a-94ea-0b6edb6ef34b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "id": "256a91b3-7135-402a-9667-15ace3a5fe5f", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." }, { "id": "1a9d8eed-f7d6-4866-98d7-26f15ef66809", "key": "documentID", "value": "", "description": "(Required) A unique string that identifies the document in the Nitro system." } ] }, "description": "The **Update Document by ID** endpoint allows you to update an existing document's metadata within an envelope.\nThis endpoint performs a partial update on the document, changing only the provided fields while preserving all other properties.\nCurrently, only the document name can be updated.\n" }, "response": [ { "id": "39c602a7-8732-4fe4-a756-50e7a3b77255", "name": "Document updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"name\": \"\",\n \"createdAt\": \"\",\n \"status\": \"pending\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-39c602a7-8732-4fe4-a756-50e7a3b77255" }, { "id": "b4ac7906-e114-481d-b62b-e6f8b7a6ddfd", "name": "Invalid document metadata", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b4ac7906-e114-481d-b62b-e6f8b7a6ddfd" }, { "id": "2db54a5c-1856-4351-a064-968aeb7e808c", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2db54a5c-1856-4351-a064-968aeb7e808c" }, { "id": "f0d88923-4ef3-465b-a554-d1918566ca08", "name": "Document or envelope not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"Duis_ea6\": {},\n \"irure_25e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f0d88923-4ef3-465b-a554-d1918566ca08" }, { "id": "2ee43e7b-9fd6-4463-a38a-185a9b7a7a08", "name": "Envelope cannot be modified", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/:documentID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", ":documentID" ], "variable": [ { "key": "envelopeID" }, { "key": "documentID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2ee43e7b-9fd6-4463-a38a-185a9b7a7a08" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4588a40f-d370-446a-94ea-0b6edb6ef34b" } ], "id": "68d38fd5-907d-4cca-9bef-6f4b41ea7d28", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-68d38fd5-907d-4cca-9bef-6f4b41ea7d28" }, { "name": "{documentID}:download-sealed", "item": [ { "name": "Download Sealed Document by ID", "id": "6f83b852-5c92-4510-bbeb-bcf93bc6d1f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/{{documentID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", "{{documentID}}:download-sealed" ], "variable": [ { "id": "d58f3a13-4ba5-4e53-a43a-b671bcdc7b20", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Download Sealed Document by ID** downloads a single sealed (signed) document as a PDF from a sealed envelope." }, "response": [ { "id": "8b701929-46b4-4eeb-a446-69f66ef01784", "name": "The sealed document as a PDF file", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/{{documentID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", "{{documentID}}:download-sealed" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/pdf" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-8b701929-46b4-4eeb-a446-69f66ef01784" }, { "id": "2b26438c-e082-422b-aaa5-4d8f29d73782", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/{{documentID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", "{{documentID}}:download-sealed" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2b26438c-e082-422b-aaa5-4d8f29d73782" }, { "id": "5dd1d6ca-fbd4-4527-980c-e6bf99acb2bf", "name": "Document or envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/{{documentID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", "{{documentID}}:download-sealed" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-5dd1d6ca-fbd4-4527-980c-e6bf99acb2bf" }, { "id": "91e936c5-6dde-46fb-913b-2ca61ffdbe2d", "name": "Envelope is not sealed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents/{{documentID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents", "{{documentID}}:download-sealed" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-91e936c5-6dde-46fb-913b-2ca61ffdbe2d" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6f83b852-5c92-4510-bbeb-bcf93bc6d1f0" } ], "id": "cd045824-33c3-40bf-9141-561c87ac457d", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cd045824-33c3-40bf-9141-561c87ac457d" }, { "name": "List Documents by Envelope ID", "id": "a0f65597-3389-4031-861d-e80b35957441", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "variable": [ { "id": "318ff52e-a126-4632-8fc0-efa37eb8807d", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **List Documents by Envelope ID** endpoint retrieves all documents associated with a specific envelope. Documents are returned in an `items` array within the JSON response.\nThe request must include the envelope ID to ensure the complete set of documents is retrieved for the correct envelope.\n" }, "response": [ { "id": "1f3af64d-bec1-4d72-bf86-f0641c4be2a2", "name": "List all documents associated with the envelope.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"name\": \"\",\n \"createdAt\": \"\",\n \"status\": \"pending\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1f3af64d-bec1-4d72-bf86-f0641c4be2a2" }, { "id": "33d9b80d-7451-4961-ad76-12d6be68feae", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-33d9b80d-7451-4961-ad76-12d6be68feae" }, { "id": "60122e21-007c-4a39-b944-0788b6a86d35", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-60122e21-007c-4a39-b944-0788b6a86d35" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-a0f65597-3389-4031-861d-e80b35957441" }, { "name": "Create Document by Envelope ID", "id": "56fb7dfa-280a-4987-80ac-0d38742db91b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream", "value": null } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "id": "bdd2a9f9-5aed-4636-8055-6ebe897f01c4", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "In Nitro, a *Document* is a file that participants in an eSignature Envelope will read and sign. This could be an employment contract, NDA, legal agreement, banking form, or any other file required in your signature workflow.\n\nThe **Create Document by Envelope ID** endpoint supports uploading a **single** file per request.\nEvery document must be part of an Envelope container. To upload a document, first [Create an Envelope](https://developers.gonitro.com/docs/api-reference/envelope/create-envelope) and retain the Envelope `ID`.\n\n### Supported file formats\nWhen a `contentType` is provided in the metadata, the following formats are accepted and will be converted to PDF automatically:\n\n#### Document formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |\n| .doc | application/msword |\n| .dot | application/msword |\n| .docm | application/vnd.ms-word.document.macroenabled.12 |\n| .dotx | application/vnd.openxmlformats-officedocument.wordprocessingml.template |\n| .dotm | application/vnd.ms-word.template.macroenabled.12 |\n\n#### Spreadsheet formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |\n| .xls | application/vnd.ms-excel |\n| .xlt | application/vnd.ms-excel |\n| .xlsm | application/vnd.ms-excel.sheet.macroenabled.12 |\n| .xltx | application/vnd.openxmlformats-officedocument.spreadsheetml.template |\n| .xltm | application/vnd.ms-excel.template.macroenabled.12 |\n\n#### Presentation formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |\n| .ppt | application/vnd.ms-powerpoint |\n\n#### Web formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .html | text/html |\n| .htm | text/html |\n| .rtf | application/rtf |\n| .xml | application/xml |\n\n#### Image formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .png | image/png |\n| .jpg | image/jpeg |\n| .jpeg | image/jpeg |\n| .tif | image/tiff |\n| .tiff | image/tiff |\n| .gif | image/gif |\n| .psd | image/vnd.adobe.photoshop |\n| .eps | application/postscript |\n| .svg | image/svg+xml |\n\n#### Other formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .csv | text/csv |\n\n#### PDF formats\n\n| Extension | Content Type |\n|-----------|-------------|\n| .pdf | application/pdf |\n\nWhen `contentType` is omitted from the metadata, only PDF files are accepted.\n\nWhen uploading a document, the following limits apply:\n - Maximum pages per document: 250\n - Maximum size per document: 20Mb\n - Maximum documents per envelope: 15\n - Maximum size per envelope: 300 Mb\n" }, "response": [ { "id": "86cfb59d-1ace-4f7e-ab01-2ead5aef071b", "name": "When a document is created you will get a unique ID for it. You can add fields to the document later by referencing its unique ID using other endpoints in this API. When the document is first created, it will be in a pending state until it is processed by", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"name\": \"\",\n \"createdAt\": \"\",\n \"status\": \"pending\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-86cfb59d-1ace-4f7e-ab01-2ead5aef071b" }, { "id": "cb5aae90-cfb4-4ed0-a01d-2968f5e573ef", "name": "Invalid envelope or document name", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cb5aae90-cfb4-4ed0-a01d-2968f5e573ef" }, { "id": "21a2f4f6-47c0-4938-8577-c767cd13407a", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-21a2f4f6-47c0-4938-8577-c767cd13407a" }, { "id": "06aab3e3-b666-47fe-b050-24d1133f00bc", "name": "Content too large", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"deserunt08a\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-06aab3e3-b666-47fe-b050-24d1133f00bc" }, { "id": "7528adcf-d863-4834-8a81-6efc48d197e1", "name": "File format not supported", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"nostrud5b\": {},\n \"amet_b\": {},\n \"Lorem5\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7528adcf-d863-4834-8a81-6efc48d197e1" }, { "id": "e24aea31-9d40-485a-9762-898cfa003d4e", "name": "Unprocessable entity - too many documents.\n\nAn envelope can contain up to 15 documents, with each document not exceeding 20 MB in size.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "metadata", "value": "[object Object]", "type": "text", "contentType": "application/json" }, { "description": "The document to upload, provided as binary data. Each file can be up to 20 MB and 250 pages.\n\nAn Envelope can include up to 15 files total, with a combined size limit of 300 MB.\n\nExample:\n```bash\n curl -X POST \"https://api.gonitro.dev/sign/envelopes/{envelopeID}/documents\" -H \"Authorization: Bearer \" -F 'metadata={\"name\":\"\",\"contentType\":\"application/pdf\"};type=application/json' -F \"payload=@/path/to/document.pdf\" # @ symbol reads file content\n ```\n", "key": "payload", "type": "file", "contentType": "application/octet-stream" } ] }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID/documents?nitroDocumentID=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID", "documents" ], "query": [ { "description": " An ID reference to a user-associated Nitro Document. Instead of uploading a new file, you can attach an existing Nitro Document to an envelope by referencing its `nitroDocumentID`. This lets you reuse documents that have already been uploaded.\n\n To do this, provide the `nitroDocumentID` **instead** of a file in the `payload`.\n\n Important: `nitroDocumentID` and `payload` parameters are mutually exclusive. You must choose one of the following combinations:\n\n `payload` + `metadata`\n\n `nitroDocumentID` + `metadata`\n\n Providing both in the same request will throw an error.\n", "key": "nitroDocumentID", "value": "" } ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"Ut02\": {},\n \"sint_d_\": {},\n \"officia_8\": {},\n \"ex5_\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-e24aea31-9d40-485a-9762-898cfa003d4e" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-56fb7dfa-280a-4987-80ac-0d38742db91b" } ], "id": "ddb4fc8f-b81e-44f9-abd7-9210151b430b", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ddb4fc8f-b81e-44f9-abd7-9210151b430b" }, { "name": "Get Envelope by ID", "id": "f25e0d05-4964-434c-99c5-90feed8e3dd8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "id": "cbc42500-7911-4e4e-9c22-57d35d7b3a81", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Get Envelope by ID** endpoint retrieves the details of a single envelope using its UUIDv4 identifier.\n\nThis endpoint is useful for monitoring the progress of an envelope, retrieving specific envelope information as part of API call chaining, or displaying envelope details within your internal system.\n" }, "response": [ { "id": "926a6594-7bb7-4b29-a453-855f1f2fe89a", "name": "The GET Envelope by ID endpoint returns a JSON object with the envelope's data\n\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"rejected\",\n \"mode\": \"parallel\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-926a6594-7bb7-4b29-a453-855f1f2fe89a" }, { "id": "762fd356-1cf9-4dfd-b2d1-01a1bb7710f9", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-762fd356-1cf9-4dfd-b2d1-01a1bb7710f9" }, { "id": "d5a2ccf4-5e5f-4d14-bed7-3f94761c53e4", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d5a2ccf4-5e5f-4d14-bed7-3f94761c53e4" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f25e0d05-4964-434c-99c5-90feed8e3dd8" }, { "name": "Delete Envelope by ID", "id": "fb2a0b75-1e34-4975-a28c-e1c85351cb79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "id": "9f8d8dc0-a5f5-4fb6-8940-8c8e09150717", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Delete Envelope by ID** endpoint permanently deletes the envelope.\n\n**Warning**: This operation permanently deletes the envelope and cannot be undone. All associated documents, fields, and participants will also be deleted.\n" }, "response": [ { "id": "9c8635a6-1d38-4ec6-bcd7-c7633e99faa7", "name": "Envelope deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-9c8635a6-1d38-4ec6-bcd7-c7633e99faa7" }, { "id": "1566197e-04c6-4c53-b53e-0db6e028a4d7", "name": "Invalid request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1566197e-04c6-4c53-b53e-0db6e028a4d7" }, { "id": "261c6d60-ce5b-4abd-adf5-0cdda3082cdb", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-261c6d60-ce5b-4abd-adf5-0cdda3082cdb" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-fb2a0b75-1e34-4975-a28c-e1c85351cb79" }, { "name": "Update Envelope", "id": "d6b769f7-0419-43f9-82fd-e977cce64136", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "id": "3bd5cf54-e3be-49a0-ab3d-cef33a6a9c37", "key": "envelopeID", "value": "", "description": "(Required) A unique UUIDv4 string that identifies the envelope in the Nitro system." } ] }, "description": "The **Update Envelope** endpoint modifies an envelope\u2019s name, notification settings, or signing mode. All parameters are optional, so you can update any combination of these fields without affecting the others." }, "response": [ { "id": "0d02d059-b954-461a-bd8c-388f1d3160a5", "name": "Envelope updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"sealed\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-0d02d059-b954-461a-bd8c-388f1d3160a5" }, { "id": "7924670e-3260-4570-9bdf-c7abf1a5d6cd", "name": "Invalid request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7924670e-3260-4570-9bdf-c7abf1a5d6cd" }, { "id": "812731c7-d99d-4892-bbf1-0bb8f68e061a", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-812731c7-d99d-4892-bbf1-0bb8f68e061a" }, { "id": "93908c53-8a23-407f-8623-2a108a427bef", "name": "Envelope not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-93908c53-8a23-407f-8623-2a108a427bef" }, { "id": "9666e0ff-c5fa-4140-b1ea-9e735f0e59cf", "name": "Envelope is in an invalid state for updating", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n },\n \"mode\": \"sequential\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/:envelopeID", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", ":envelopeID" ], "variable": [ { "key": "envelopeID" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-9666e0ff-c5fa-4140-b1ea-9e735f0e59cf" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d6b769f7-0419-43f9-82fd-e977cce64136" } ], "id": "82ca953b-6f10-4649-b8d3-6dae8f38e4cc", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-82ca953b-6f10-4649-b8d3-6dae8f38e4cc" }, { "name": "{envelopeID}:send-reminders", "item": [ { "name": "Send Reminders for Envelope", "id": "607d0410-fa1d-4eb4-85e0-90637b380a0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "{\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-reminders", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-reminders" ] }, "description": "The **Send Reminders for Envelope** endpoint triggers reminder notifications to pending participants of a specified envelope using its UUIDv4 identifier.\n" }, "response": [ { "id": "50de602a-9799-4a99-99cc-b1b983ca5cff", "name": "Reminders triggered successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-reminders", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-reminders" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-50de602a-9799-4a99-99cc-b1b983ca5cff" }, { "id": "11108dcf-e771-460b-a1bc-28f609c6bea3", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-reminders", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-reminders" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-11108dcf-e771-460b-a1bc-28f609c6bea3" }, { "id": "7102b1fb-501b-4e2a-9fa4-24c689726809", "name": "Envelope not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-reminders", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-reminders" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-7102b1fb-501b-4e2a-9fa4-24c689726809" }, { "id": "cf90d483-03a5-4f1c-8c8e-b7cfd65d2060", "name": "Reminder cannot be sent", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-reminders", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-reminders" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-cf90d483-03a5-4f1c-8c8e-b7cfd65d2060" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-607d0410-fa1d-4eb4-85e0-90637b380a0c" } ], "id": "9ac5ec52-d992-470f-9222-1f597ea2844b", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-9ac5ec52-d992-470f-9222-1f597ea2844b" }, { "name": "{envelopeID}:send-for-signing", "item": [ { "name": "Send Envelope for Signing", "id": "5c129938-6529-4762-8f68-133a3c3616a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-for-signing", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-for-signing" ] }, "description": "The **Send Envelope for Signing** endpoint sends an envelope to participants for signature collection.\n\n**Note**: All documents in the envelope must have an \"uploaded\" status before the envelope can be sent for signature.\n" }, "response": [ { "id": "4ac9e31d-1c27-45d7-af31-b91a6c916fd4", "name": "Envelope successfully sent for signing", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-for-signing", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-for-signing" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"sealed\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-4ac9e31d-1c27-45d7-af31-b91a6c916fd4" }, { "id": "f5965c52-bbbb-491b-88fa-2cbe5e33b4fa", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-for-signing", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-for-signing" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f5965c52-bbbb-491b-88fa-2cbe5e33b4fa" }, { "id": "37a93b8d-c12b-42b7-9e55-202552f730e1", "name": "Envelope not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-for-signing", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-for-signing" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-37a93b8d-c12b-42b7-9e55-202552f730e1" }, { "id": "eb9afcac-d561-4e2a-96dc-96de74453a4e", "name": "Envelope is in an invalid state for sending", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:send-for-signing", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:send-for-signing" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-eb9afcac-d561-4e2a-96dc-96de74453a4e" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-5c129938-6529-4762-8f68-133a3c3616a7" } ], "id": "5ffacdd9-6e57-4301-b188-db256fc9513c", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-5ffacdd9-6e57-4301-b188-db256fc9513c" }, { "name": "{envelopeID}:download-sealed", "item": [ { "name": "Download Sealed Envelope", "id": "55dda9c2-e81b-4e03-97cd-e15e4c944359", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-sealed" ] }, "description": "The **Download Sealed Envelope** downloads a sealed (signed) envelope's documents along with audit trail in a ZIP archive." }, "response": [ { "id": "b5fdaaa1-5e22-49df-90b5-6bdb76e3aae5", "name": "ZIP archive containing all signed documents from the envelope along with audit trail", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-sealed" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b5fdaaa1-5e22-49df-90b5-6bdb76e3aae5" }, { "id": "bffbb6e8-96ed-4bf9-9df2-bb876e10cba9", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-sealed" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-bffbb6e8-96ed-4bf9-9df2-bb876e10cba9" }, { "id": "d4fd2188-d4fa-4287-94d8-1a96bfb126f5", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-sealed" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d4fd2188-d4fa-4287-94d8-1a96bfb126f5" }, { "id": "0869707a-04a1-445b-acc4-a027af067d10", "name": "Envelope is not sealed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-sealed", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-sealed" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"suntec0\": {},\n \"aliqua0\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-0869707a-04a1-445b-acc4-a027af067d10" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-55dda9c2-e81b-4e03-97cd-e15e4c944359" } ], "id": "20a5f471-4b7a-4372-aeb6-c631bb5a16fc", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-20a5f471-4b7a-4372-aeb6-c631bb5a16fc" }, { "name": "{envelopeID}:download-original", "item": [ { "name": "Download Original Envelope", "id": "6fc470a3-1ef5-4e99-875a-099a538737ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-original", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-original" ] }, "description": "The **Download Original Envelope** downloads an envelope's original (unsigned) documents in a ZIP archive." }, "response": [ { "id": "2067d5e5-52da-4e36-aa01-22f26ce0588d", "name": "ZIP archive containing all original documents from the envelope", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-original", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-original" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2067d5e5-52da-4e36-aa01-22f26ce0588d" }, { "id": "df351116-eb3b-445f-8e4e-f5bc93a75ba1", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-original", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-original" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-df351116-eb3b-445f-8e4e-f5bc93a75ba1" }, { "id": "ac6a7d10-7f33-4886-a4f3-55d78112ae45", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-original", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-original" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ac6a7d10-7f33-4886-a4f3-55d78112ae45" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-6fc470a3-1ef5-4e99-875a-099a538737ff" } ], "id": "d3f298fd-fb1f-4f99-862f-33e72656fda5", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-d3f298fd-fb1f-4f99-862f-33e72656fda5" }, { "name": "{envelopeID}:download-audit-trail", "item": [ { "name": "Download Audit Trail of Envelope", "id": "009763ef-4f4e-4218-9020-31ba647c7b4c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-audit-trail", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-audit-trail" ] }, "description": "Downloads the PDF file containing the full audit trail for the selected envelope." }, "response": [ { "id": "96c94c24-339b-461d-9a1b-aedf1b9ad44a", "name": "A PDF file containing the full audit trail for the selected envelope.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-audit-trail", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-audit-trail" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-96c94c24-339b-461d-9a1b-aedf1b9ad44a" }, { "id": "30da2764-f92d-450b-a6e1-c389627fb3be", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-audit-trail", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-audit-trail" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-30da2764-f92d-450b-a6e1-c389627fb3be" }, { "id": "07740a0c-b00b-4517-ad9f-1c77ff09d6b7", "name": "Envelope not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes/{{envelopeID}}:download-audit-trail", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes", "{{envelopeID}}:download-audit-trail" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-07740a0c-b00b-4517-ad9f-1c77ff09d6b7" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-009763ef-4f4e-4218-9020-31ba647c7b4c" } ], "id": "898dc737-85ae-4bf9-a0cf-322edae25ae3", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-898dc737-85ae-4bf9-a0cf-322edae25ae3" }, { "name": "List Envelopes", "id": "b3cfe8ba-73a2-4165-82df-92c2fb2f9ce3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/envelopes?pageAfter=&pageBefore=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ], "query": [ { "description": "An optional cursor token that instructs the endpoint to return items following the last item from the previous response.\n\nTo use this field, include the token value from the `nextPage` field of the previous response in the `pageAfter` query parameter to retrieve the next batch of envelopes.\n\nExample:\n``` shell\n curl --location 'https://api.gonitro.dev/sign/envelopes?pageAfter=' --header 'Authorization: Bearer '\n```\n\n**Note:** Cannot be used together with `pageBefore`.\n", "key": "pageAfter", "value": "" }, { "description": "An optional cursor token that instructs the endpoint to return items preceding the last item from the previous response.\n\nTo use this field, include the token from the `nextPage` field of the previous response in the `pageBefore` query parameter to retrieve envelopes before the cursor position.\n\nExample:\n``` shell\ncurl --location 'https://api.gonitro.dev/sign/envelopes?pageBefore=' --header 'Authorization: Bearer '\n```\n**Note:** Cannot be used together with `pageAfter`.\n", "key": "pageBefore", "value": "" } ] }, "description": "The **List Envelopes** endpoint returns all envelopes associated with an application in an account." }, "response": [ { "id": "2e256cb6-7550-449d-a626-2d982a156fbb", "name": "The List Envelopes endpoint returns all envelopes associated with your account. Envelopes are returned in an `items` array within the JSON response.\n\nIf additional envelopes are available, the initial response will include a `nextPage` field containing a ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes?pageAfter=&pageBefore=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ], "query": [ { "description": "An optional cursor token that instructs the endpoint to return items following the last item from the previous response.\n\nTo use this field, include the token value from the `nextPage` field of the previous response in the `pageAfter` query parameter to retrieve the next batch of envelopes.\n\nExample:\n``` shell\n curl --location 'https://api.gonitro.dev/sign/envelopes?pageAfter=' --header 'Authorization: Bearer '\n```\n\n**Note:** Cannot be used together with `pageBefore`.\n", "key": "pageAfter", "value": "" }, { "description": "An optional cursor token that instructs the endpoint to return items preceding the last item from the previous response.\n\nTo use this field, include the token from the `nextPage` field of the previous response in the `pageBefore` query parameter to retrieve envelopes before the cursor position.\n\nExample:\n``` shell\ncurl --location 'https://api.gonitro.dev/sign/envelopes?pageBefore=' --header 'Authorization: Bearer '\n```\n**Note:** Cannot be used together with `pageAfter`.\n", "key": "pageBefore", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"rejected\"\n },\n {\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"deleted\"\n }\n ],\n \"nextPage\": \"\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2e256cb6-7550-449d-a626-2d982a156fbb" }, { "id": "1256a2aa-6eed-44cc-9cdc-2af010f0ec0a", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/envelopes?pageAfter=&pageBefore=", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ], "query": [ { "description": "An optional cursor token that instructs the endpoint to return items following the last item from the previous response.\n\nTo use this field, include the token value from the `nextPage` field of the previous response in the `pageAfter` query parameter to retrieve the next batch of envelopes.\n\nExample:\n``` shell\n curl --location 'https://api.gonitro.dev/sign/envelopes?pageAfter=' --header 'Authorization: Bearer '\n```\n\n**Note:** Cannot be used together with `pageBefore`.\n", "key": "pageAfter", "value": "" }, { "description": "An optional cursor token that instructs the endpoint to return items preceding the last item from the previous response.\n\nTo use this field, include the token from the `nextPage` field of the previous response in the `pageBefore` query parameter to retrieve envelopes before the cursor position.\n\nExample:\n``` shell\ncurl --location 'https://api.gonitro.dev/sign/envelopes?pageBefore=' --header 'Authorization: Bearer '\n```\n**Note:** Cannot be used together with `pageAfter`.\n", "key": "pageBefore", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1256a2aa-6eed-44cc-9cdc-2af010f0ec0a" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b3cfe8ba-73a2-4165-82df-92c2fb2f9ce3" }, { "name": "Create Envelope", "id": "79c89ef1-6d90-4edf-99af-3757c62aa525", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"mode\": \"parallel\",\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ] }, "description": "The **Create Envelope** endpoint creates a new **sign envelope** in Nitro.\n\nA **sign envelope** is the container for signature processes in Nitro. It can include assets such as documents, participants, signature fields, and configuration settings that define how the signing process should behave.\nWith the Create Envelope endpoint, you will create an empty sign envelope you can later add assets to.\n" }, "response": [ { "id": "3e919cac-75dc-4be3-a0f3-411d5c1dfda5", "name": "When an envelope is created you will get a unique ID for it. You can add assets to the envelope later by referencing its unique ID using other endpoints in this API.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mode\": \"parallel\",\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ID\": \"\",\n \"createdAt\": \"\",\n \"lastModifiedAt\": \"\",\n \"name\": \"\",\n \"status\": \"rejected\",\n \"mode\": \"parallel\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3e919cac-75dc-4be3-a0f3-411d5c1dfda5" }, { "id": "53893109-5a91-4c09-acfb-72493d3dad3b", "name": "Invalid envelope or document name", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mode\": \"parallel\",\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-53893109-5a91-4c09-acfb-72493d3dad3b" }, { "id": "f5b60dac-152f-4072-ad7b-8af642bcdf60", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mode\": \"parallel\",\n \"name\": \"\",\n \"notification\": {\n \"body\": \"\",\n \"subject\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sign/envelopes", "host": [ "{{baseUrl}}" ], "path": [ "sign", "envelopes" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f5b60dac-152f-4072-ad7b-8af642bcdf60" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-79c89ef1-6d90-4edf-99af-3757c62aa525" } ], "id": "abc8662f-bd2a-4ff0-b695-d0069cac62e8", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-abc8662f-bd2a-4ff0-b695-d0069cac62e8" }, { "name": "conversions", "item": [ { "name": "{jobID}:download-converted", "item": [ { "name": "Get Converted File by Job ID", "id": "364f542e-4a21-4f92-8478-e85b2779b000", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/sign/conversions/{{jobID}}:download-converted", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", "{{jobID}}:download-converted" ] }, "description": "*This endpoint was deprecated* on March 24, 2026, and will be sunset on July 1, 2026. Please migrate your existing functionality to the current endpoint: https://developers.gonitro.com/docs/api-reference/sign/create-document-by-envelope-id , which already supports multiple file types.\n\nDownloads the file that was converted in a previous request.\n" }, "response": [ { "id": "b24c0ae3-70fd-4068-b786-16d73e4e5a7d", "name": "Converted file downloaded successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/{{jobID}}:download-converted", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", "{{jobID}}:download-converted" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-b24c0ae3-70fd-4068-b786-16d73e4e5a7d" }, { "id": "41bc7a21-c581-4eda-a070-be63ad4277a5", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/{{jobID}}:download-converted", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", "{{jobID}}:download-converted" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-41bc7a21-c581-4eda-a070-be63ad4277a5" }, { "id": "312e9e5b-46a8-4e42-8454-46e668450916", "name": "Conversion job not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/{{jobID}}:download-converted", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", "{{jobID}}:download-converted" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-312e9e5b-46a8-4e42-8454-46e668450916" }, { "id": "e42054db-eedc-4a56-a9b8-6c3aa36e4ad9", "name": "Internal server error during file retrieval", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/{{jobID}}:download-converted", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", "{{jobID}}:download-converted" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"ut_3\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-e42054db-eedc-4a56-a9b8-6c3aa36e4ad9" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-364f542e-4a21-4f92-8478-e85b2779b000" } ], "id": "3b72dcda-53fd-4930-9197-f7e23f47a30e", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3b72dcda-53fd-4930-9197-f7e23f47a30e" }, { "name": "{jobID}", "item": [ { "name": "status", "item": [ { "name": "Get Conversion Job Status", "id": "f8ec0c0a-a2d7-4ecf-bf96-a9525cea1db3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sign/conversions/:jobID/status", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", ":jobID", "status" ], "variable": [ { "id": "fa1a8587-50c6-4ab2-a680-9bb20d105814", "key": "jobID", "value": "", "description": "(Required) The ID of the conversion job" } ] }, "description": "*This endpoint was deprecated* on March 24, 2026, and will be sunset on July 1, 2026. Please migrate your existing functionality to the current endpoint: https://developers.gonitro.com/docs/api-reference/sign/create-document-by-envelope-id , which already supports multiple file types.\n\nGet status of a conversion by job ID.\n" }, "response": [ { "id": "2f8b60b9-f6a3-40bf-b1cd-9140980d0ddd", "name": "Job status retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/:jobID/status", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", ":jobID", "status" ], "variable": [ { "key": "jobID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobID\": \"\",\n \"status\": \"running\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2f8b60b9-f6a3-40bf-b1cd-9140980d0ddd" }, { "id": "1def7c5c-c253-474c-a622-8b7a1f78de87", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/:jobID/status", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", ":jobID", "status" ], "variable": [ { "key": "jobID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1def7c5c-c253-474c-a622-8b7a1f78de87" }, { "id": "2bff18cc-3bfd-4f26-a4ee-0a463d3eae93", "name": "Job not found with the provided job ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/:jobID/status", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", ":jobID", "status" ], "variable": [ { "key": "jobID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"proident_88d\": {},\n \"dolore_8c\": {},\n \"ex_1\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-2bff18cc-3bfd-4f26-a4ee-0a463d3eae93" }, { "id": "ae23abac-9b3b-4606-b341-70c4cab91928", "name": "Internal server error while retrieving job status", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/sign/conversions/:jobID/status", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions", ":jobID", "status" ], "variable": [ { "key": "jobID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"ut_3\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ae23abac-9b3b-4606-b341-70c4cab91928" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-f8ec0c0a-a2d7-4ecf-bf96-a9525cea1db3" } ], "id": "1c011759-d366-419d-98c4-ce50a3fcdcf2", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1c011759-d366-419d-98c4-ce50a3fcdcf2" } ], "id": "159b9330-e495-4ac7-bba3-87186e661587", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-159b9330-e495-4ac7-bba3-87186e661587" }, { "name": "Convert File to PDF", "id": "3155889b-0f27-4ccb-87f1-6a14a78e6331", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data", "value": null } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] }, "description": "*This endpoint was deprecated* on March 24, 2026, and will be sunset on July 1, 2026. Please migrate your existing functionality to the current endpoint:\nhttps://developers.gonitro.com/docs/api-reference/sign/create-document-by-envelope-id , which already supports multiple file types.\n\nThe **Convert File to PDF** endpoint transforms various file formats into PDF documents for use with the Nitro Sign API.\n\n ### Input files\n Supported input document types and formats:\n\n | Document Type | Formats |\n |---------------|---------|\n | Doc | .doc, .docx, .dot, .xml, .docm, .dotx, .dotm, .rtf |\n | Excel | .xlsx, .xls, .xlt, .xlsm, .xltx, .xltm |\n | HTML | .html |\n | Powerpoint | .pptx, .ppt |\n | Image | .png, .jpg, .jpeg, .tif, .tiff, .gif |\n | Other | .csv, .psd, .svg, .eps |\n\n ### Output files\n The **Convert File** Sign API endpoint only supports PDF files as output.\n\n ### Asynchronous Processing\n The **Convert File** endpoint supports only asynchronous processing. When you start a file format conversion, the request returns a job ID. Use this ID with the job endpoints to check the status and retrieve the results once the operation is complete.\n" }, "response": [ { "id": "ea3a8829-6bd0-4ab3-a489-825558c03850", "name": "File conversion initiated successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobStatusURL\": \"\",\n \"jobID\": \"\",\n \"status\": \"completed\"\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-ea3a8829-6bd0-4ab3-a489-825558c03850" }, { "id": "9eed8cf8-5665-4f0c-8690-e8d8a001afb4", "name": "Missing file", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"tempor55\": {},\n \"ut594\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-9eed8cf8-5665-4f0c-8690-e8d8a001afb4" }, { "id": "be0a9ced-1f3d-4914-9a23-eee1466cd9a9", "name": "Unauthorized - Invalid or missing JWT token", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"officia_4b\": {},\n \"voluptate_b4e\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-be0a9ced-1f3d-4914-9a23-eee1466cd9a9" }, { "id": "e2f963b6-133c-4f7d-924c-43edb4f0aabf", "name": "File size exceeds maximum allowed limit", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"deserunt08a\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-e2f963b6-133c-4f7d-924c-43edb4f0aabf" }, { "id": "770a97da-d72b-4c2d-bf50-b610c63f4f0b", "name": "File format not supported", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"nostrud5b\": {},\n \"amet_b\": {},\n \"Lorem5\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-770a97da-d72b-4c2d-bf50-b610c63f4f0b" }, { "id": "70917c3c-9fb4-47a3-84ca-a1847ddaeeba", "name": "Internal server error during conversion process", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The file to convert to PDF, provided as binary data.", "key": "file", "type": "file", "contentType": "multipart/form-data" } ] }, "url": { "raw": "{{baseUrl}}/sign/conversions", "host": [ "{{baseUrl}}" ], "path": [ "sign", "conversions" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"ut_3\": {}\n }\n}", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-70917c3c-9fb4-47a3-84ca-a1847ddaeeba" } ], "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-3155889b-0f27-4ccb-87f1-6a14a78e6331" } ], "id": "c6002bd3-3262-4c67-853e-cab56a6d90ee", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-c6002bd3-3262-4c67-853e-cab56a6d90ee" } ], "id": "1240d87b-878b-4639-875b-e98cd31283fd", "createdAt": "2026-07-28T01:44:51.000Z", "updatedAt": "2026-07-28T01:44:51.000Z", "uid": "35240-1240d87b-878b-4639-875b-e98cd31283fd" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.gonitro.dev" }, { "key": "envelopeID", "value": "" }, { "key": "documentID", "value": "" }, { "key": "jobID", "value": "" } ] }