Envelopes
Get an envelope
Retrieves an existing envelope.
GET
/
v1
/
envelopes
/
{envelope_id}
Retrieves the details of an envelope.
Path Parameters
envelope_id
uuid
requiredThe unique identifier of an envelope.
Returns
Returns a 200 OK
status code along with an envelope object if successful, or an error otherwise.
Was this page helpful?