Gets the envelope status for the specified envelopes.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/status?ac_status={{ac_status}}&block={{block}}&count={{count}}&email={{email}}&envelope_ids={{envelope_ids}}&from_date={{from_date}}&from_to_status={{from_to_status}}&start_position={{start_position}}&status={{status}}&to_date={{to_date}}&transaction_ids={{transaction_ids}}&user_name={{user_name}}
Retrieves the envelope status for the specified envelopes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ac_status | string | ||
block | string | ||
count | string | ||
email | string | ||
envelope_ids | string | ||
from_date | string | ||
from_to_status | string | ||
start_position | string | ||
status | string | ||
to_date | string | ||
transaction_ids | string | ||
user_name | string |
Request Body
{"envelopeIds"=>["sample string 1"], "transactionIds"=>["sample string 1"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |