SB Sealed in Black Help Center
← Back to site

← All articles

Developer · 2 min read

Check status with code

You can ask for a document’s status any time. Look it up by our id:

GET https://sealedinblack.com/api/v1/esign/documents/337
Authorization: Bearer YOUR_sib_KEY

…or by your own reference (handy so you don’t have to store our ids):

GET https://sealedinblack.com/api/v1/esign/documents?external_ref=record_8842
Authorization: Bearer YOUR_sib_KEY

The reply includes status (sent, completed, declined, …) and, once completed, a signed_pdf_url you can download with your key. Each document in the list also includes a signers array with each signer’s name, email, and status — so you can label and match documents in your own app.

Still stuck? Email support@sealedinblack.com.