latestOpenAPI 3.0.02026-07-135965404.0 KB

a1bd874b5960

Recipients

Resend invitations to share recipients

Resend invitations to one or all recipients attached to specified share. The most recent message that was sent for the share will be re-used for this email.

You can use GET /shares/{id} to view the recipient list and message history for a share. Use PATCH /shares/{id} to add or remove recipients.

post/recipients/shares/invites/{shareId}

Path parameters

shareIdinteger required

ID of the share to resend invites for.

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Request body

recipientIdinteger

ID number of recipient to send a new invitation to.

Response

Successful operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": [
    "test+3@example.com",
    "test+4@example.com"
  ]
}