List Clerk invitations
List application invitations in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/invitationshttps://api.vee3.io/v1/clerk/invitations
List application invitations in a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.list_invitationsParameters4 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of invitations to return (1–500).
Default: 10
offsetintegerOptionalNumber of invitations to skip before returning results.
Default: 0
statusstringOptionalOptional status filter: "pending", "accepted", "revoked", or "expired".
Response7 fields
invitationsarrayitems5 fieldsInvitations returned for the requested page.
invitationsarrayitemsidstringClerk invitation id (inv_...).
email_addressstringEmail address the invitation was sent to.
statusstringInvitation status: "pending", "accepted", "revoked", or "expired".
created_atintegerUnix timestamp in milliseconds when the invitation was created.
revokedbooleanWhether the invitation has been revoked.
total_countintegerTotal number of invitations returned on this page.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required