Gets envelopes from a specific bulk send batch
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}/envelopes?count={{count}}&include={{include}}&order={{order}}&order_by={{order_by}}&search_text={{search_text}}&start_position={{start_position}}&status={{status}}
This method returns a list of envelopes in a specified bulk batch. Use the query parameters to filter and sort the envelopes by different attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | string | ||
include | string | ||
order | string | ||
order_by | string | ||
search_text | string | ||
start_position | string | ||
status | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |