List AutoDoc invitations

Returns a paginated list of AutoDoc invitations belonging to the authenticated organization. Results are ordered by creation date, newest first.

Filtering. All filter parameters are optional and combine with AND semantics. Use reference to look up invitations you previously created with a specific customer-defined identifier (e.g. your CRM customer ID). Use search for partial matches on the recipient email or phone (case-insensitive). Use workflow_token, status, or channel to narrow the result set. Use date_from / date_to to constrain creation time.

Pagination. Default page size is 20, maximum 100. Use page (1-indexed) and per_page to navigate. Response includes a pagination object with total, totalPages, page, and perPage.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32
Defaults to 1

Page number (1-indexed). Defaults to 1.

int32
1 to 100
Defaults to 20

Items per page. Min 1, max 100. Defaults to 20.

string

Filter by workflow token (e.g. wf_xxx). Returns only invitations created against this workflow.

string
enum

Filter by lifecycle status.

string
enum

Filter by delivery channel.

Allowed:
string

Exact-match filter on the customer-defined reference. Use to look up invitations by your own customer ID, order number, or other external identifier.

date-time

Filter to invitations created on or after this timestamp (ISO 8601).

date-time

Filter to invitations created on or before this timestamp (ISO 8601).

string

Case-insensitive partial match against the recipient field (email or phone). Special LIKE characters are escaped.

Responses
200

List AutoDoc invitations

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json