Skip to main content
POST
/
api
/
v1
/
sessions
/
{id}
/
resend-invite
Resend invite email
curl --request POST \
  --url https://www.intervyo.ai/api/v1/sessions/{id}/resend-invite \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key with the iv_live_ prefix. Create one under Developer → API Keys.

Path Parameters

id
string<uuid>
required

id identifier

Response

Success

The response is of type object.

Last modified on June 3, 2026