SignatureRequestInvite
Get signature request invites
GET
/
signature-request-invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
_id
object
ObjectID matching arguments.
signatureRequest
object
ObjectID matching arguments.
certificate
object
ObjectID matching arguments.
subject
object
ObjectID matching arguments.
rejectedAt
object
Date range arguments.
signedAt
object
Date range arguments.
createdAt
object
Date range arguments.
updatedAt
object
Date range arguments.
sort
object
Sort arguments for SignatureRequestInvites query.
pagination
object
Pagination arguments.
accessScope
enum<string>
Available options:
Organization
, Subject
Response
200 - application/json
Results of an SignatureRequestInvites query.
id
string
requiredinfo
object
requiredPagination info.
results
object[]
requiredList of SignatureRequestInvites.