Returns full invitation details including the audit event log. Only returns CREATE_CONNECTION and EDIT_CONNECTION invitation types.
ID of the invitation.
Full invitation detail including the audit event log. Returned by the detail endpoint.
Unique identifier of the invitation.
Opaque token used in the invitation URL. This is the value embedded in invitationUrl.
CREATE_CONNECTION — invitation to connect a new utility account. EDIT_CONNECTION — invitation to update credentials on an existing connection.
ACTIVE — can still be used. EXPIRED — past its expiration time. REVOKED — manually invalidated. FULFILLED — reached its maximum use count.
Full URL to send to the recipient. Opening this link takes them to the connection form.
The company this invitation belongs to.
For EDIT_CONNECTION invitations, the ID of the connection to update. Null for CREATE_CONNECTION invitations.
Email addresses allowed to use this invitation. Empty list means anyone with the link can use it.
When the invitation expires. Null means it never expires.
Maximum number of times this invitation can be used. Null means unlimited.
How many times this invitation has been used so far.
When the invitation was created.
Pre-populated form data for CREATE_CONNECTION invitations. Empty object for EDIT_CONNECTION invitations.
Connections that were created by recipients of this invitation. Only populated for CREATE_CONNECTION invitations; empty list for EDIT_CONNECTION.
Chronological audit log of all events on this invitation (views, email verifications, uses, revocations).