// GET https://api.signatureapi.com/v1/envelopes // X-API-Key: key_test_...
{ "links": { "next": "https://api.signatureapi.com/v1/envelopes/?cursor=seq_0thJdKRhN4&limit=20", "previous": "https://api.signatureapi.com/v1/envelopes/?cursor=seq_7yNl3c0t&limit=20" }, "data": [ { "id": "55072f0e-b919-4d69-89cd-e7e56af00530", "title": "Dummy Agreement", // ...other envelope properties }, { "id": "a72f0e-b919-4d69-89cd-e7e56af00531", "title": "Another Dummy Agreement", // ...other envelope properties }, { "id": "b72f0e-b919-4d69-89cd-e7e56af00532", "title": "A Third Dummy Agreement", // ...other envelope properties }, ] }
Returns a list of all envelopes in your account.
status
draft
processing
in_progress
completed
failed
canceled
200 OK