POST /v1/organizations/id/invites/inviteId/resend
Endpoint
Section titled “Endpoint”POST /v1/organizations/{id}/invites/{inviteId}/resend
Authentication
Section titled “Authentication”No authentication required.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
inviteId | string | Yes | - |
cURL Example
Section titled “cURL Example”curl -X POST "https://api.sapiom.ai/v1/organizations/:id/invites/:inviteId/resend" \ -H "Authorization: Bearer YOUR_API_KEY"