# Gets a single email invitation Endpoint: GET /connect-invitations/v1/{invitationId} Version: all Security: Bearer ## Path parameters: - `invitationId` (string, required) ## Response 200 fields (application/json): - `data` (object) - `data.invitationId` (string) The unique reference for the email invitation. - `data.recipientName` (string,null) The name of the recipient that the invitation email was sent to. - `data.recipientEmail` (string,null) The recipient's email address. - `data.customerReference` (string,null) Reference for invitation the provided by the client. - `data.invitationCreated` (string) Date when the email invitation was created. - `data.activities` (array,null) The list of email activities related to this invitation. - `data.activities.event` (string) Enum: "Sent", "Received", "Opened", "Clicked", "Dropped", "Processed", "Deferred", "Bounce", "SpamReport", "Unsubscribe", "Failed" - `data.activities.eventDate` (string) The date when the event occured. - `data.activities.smtpErrorCode` (string,null) Any sort of error code returned by the receiving server that describes the type of event triggered. - `data.activities.smtpErrorMessage` (string,null) Any sort of error response returned by the receiving server that describes the reason this event type was triggered. - `meta` (object) - `meta.totalRecords` (integer,null) The total available records for this paged response. ## Response 404 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 500 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id