Retrieve eSignature transactions by status
This endpoint retrieves a list of eSignature transactions filtered by the provided status. Authorization (HTTP bearer token) is required.
| Path Parameters |
|---|
status string — REQUIREDThe status of the eSignature transactions to be retrieved (e.g., 'pending', 'completed', 'canceled'). |
| Responses | ||
|---|---|---|
200A list of eSignature transactions with the specified status successfully retrieved.
|