Get invite details
Endpoint
Section titled “Endpoint”GET /v1/invites/{id}
Authentication
Section titled “Authentication”No authentication required.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Invite ID (UUID) |
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/invites/:id" \ -H "Authorization: Bearer YOUR_API_KEY"Response
Section titled “Response”{ "id": "550e8400-e29b-41d4-a716-446655440000", "inviteType": "platform", "status": "pending", "expiresAt": "2025-11-12T23:59:59.000Z", "organizationId": null, "userExists": false}Error Responses
Section titled “Error Responses”| Status | Code | Description |
|---|---|---|
| 400 | - | Bad request - invite expired or already accepted/revoked |
| 404 | - | Invite not found |
See Error Codes for full reference.