# Envelopes Send, track, and manage documents for e-signature. ## List envelopes - [GET /envelopes](https://signable-developer-portal.redocly.app/openapi/envelopes/listenvelopes.md): Returns a paginated list of envelopes. You can filter by status or search by title using optional query parameters. ## Send an envelope - [POST /envelopes](https://signable-developer-portal.redocly.app/openapi/envelopes/sendenvelope.md): Creates and queues a new envelope for sending, using one of the following methods for attaching documents: ⚠️ Only one document input method can be used per request. ## Get envelope details - [GET /envelopes/{envelope_fingerprint}](https://signable-developer-portal.redocly.app/openapi/envelopes/getenvelope.md): Returns the full details of a specific envelope, including document data, party information, field data, and envelope history. ## Delete an envelope - [DELETE /envelopes/{envelope_fingerprint}](https://signable-developer-portal.redocly.app/openapi/envelopes/deleteenvelope.md): Deletes an envelope. Only available for envelopes in , , or status. No notification email is sent to signers when an envelope is deleted. ## Send envelope reminder - [PUT /envelopes/{envelope_fingerprint}/remind](https://signable-developer-portal.redocly.app/openapi/envelopes/remindenvelope.md): Sends a reminder email to all outstanding signing parties for the specified envelope. If automatic reminders are enabled, this also resets the countdown timer for the next scheduled reminder. ## Cancel an envelope - [PUT /envelopes/{envelope_fingerprint}/cancel](https://signable-developer-portal.redocly.app/openapi/envelopes/cancelenvelope.md): Cancels a envelope. A cancellation email will be sent to all signing parties, and the envelope will no longer be available for signing. ## Expire an envelope - [PUT /envelopes/{envelope_fingerprint}/expire](https://signable-developer-portal.redocly.app/openapi/envelopes/expireenvelope.md): Expires a envelope, preventing any further signing interaction. No notification email is sent to signers when an envelope expires.