Home404 Page not foundin-branch-verification-legacyAge Verification HeadlessAI Services for TerminalsAge Estimation VerifyStay updatedSupportTrust APIIdentity Verification LivenessDigital ID v2Digital ID MigrationIdentity verificationDBS/RTW portalDigital IDDBS RTWeSignaturesAge verificationAge estimationHealthIn Branch VerificationYoti Identity Verification Public APITrust API
eSignatures
v8.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Find envelope
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
The Yoti Sign API has a ‘find’ function. This allows you to find the envelope details for specified envelopes.
HTTP
Sandbox: POST https://demo.api.yotisign.com/v2/organisations/envelopes/findHTTP
Production: POST https://api.yotisign.com/v2/organisations/envelopes/findHeader explained
The following elements are needed:
| Headers | Content |
|---|---|
| Content-Type | application/json |
| Authorization | API Key to call the Yoti Sign API. This should be sent as a bearer token. |
Request body
JSON
{ "envelope_ids": [ <id>, <id> ] }Example code
Javascript
Java
PHP
C#
Go
x
const rp = require("request-promise");const findEnvelope = () => { const request = { method: "POST", uri: "<BASE_URL>/v2/organisations/envelopes/find", body: JSON.stringify({ "envelope_ids": [ <id>, <id> ] }), headers: { authorization: "Bearer <API_KEY>", }, }; return rp(request) .then((body) => body) .catch((err) => err);};//send requestlet result = await findEnvelope();Example Response
JSON
{ "envelopes": [ { "envelope_id": string, "envelope": string, "status": string, "created_at": string } ]}Error codes
If the request is unsuccessful a response code and a message will be sent
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Search envelopeGot a question? Contact us here.
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message