Operations
Get a recipient
Retrieves the details of an existing recipient.
GET
Retrieves the details of a recipient, including their current status, ceremony information, and completion timestamp.
Use this endpoint to check a recipient’s progress through the signing workflow. The response includes the full recipient object for the recipient’s type (signer, approver, or preparer).
Path Parameters
The unique identifier of the recipient. Recipient IDs use the re_ prefix.
Returns
Returns a 200 OK status code along with a recipient object if successful, or an error otherwise.