Skip to main content
Use this endpoint to re-queue a pending invitation email for delivery. This is useful when an agent reports not receiving the original invitation, or when you want to follow up on an outstanding invite. The invitation must still have a pending status — already-accepted or cancelled invitations cannot be resent.

Endpoint

Authentication

This endpoint requires a write-enabled API key:

Path Parameters

string
required
The unique identifier (UUID) of the invitation to resend. You can obtain this from the List Invitations or Create Invitation endpoints.

Response

202 — Accepted

The resend has been queued for delivery. Returns the Invitation object.
string
Unique identifier for the invitation (UUID).
string
Email address the invitation will be resent to.
string
Invitation status. Will be pending.
string
ISO-8601 timestamp of the original invitation creation.

400 — Bad Request

The request is invalid. Check that the invitation ID is correctly formatted.

403 — Forbidden

Your API key does not have write permissions.

404 — Not Found

No invitation with the given id exists in your organization.

Example Request

Example Response