Update Invite Status
Invite Management
Update Invite Status
Update the status of an invite
PUT
Update Invite Status
This endpoint allows you to change the status of an invitation. Use it to manually update an invitation’s status when needed, such as marking it as accepted or rejected.
What it does:
Status meanings:
- Changes the status of a specific invitation
- Updates the invitation record with the new status
- Records the time of the status change
- When manually updating an invitation based on an RSVP
- If an attendee contacts you directly to accept or decline
- When you need to override an invitation status
- For administrative management of invitations
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
event_id | string | Yes | The unique identifier of the event |
invite_id | string | Yes | The unique identifier of the invite to update |
Request Body
The request body should include the new status for the invite:| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | The new status of the invite. Options include: “pending”, “sent”, “accepted”, “rejected” |
Response
The API returns the updated invite object with all its details:pending: The invitation has been created but not sentsent: The invitation has been sent but not yet responded toaccepted: The invitee has accepted the invitationrejected: The invitee has declined the invitation
updated_at field will automatically be set to the current time when you change the status.Authorizations
API key authentication. Add your API key as the value of the 'x-api-key' header.
Body
application/json
Available options:
pending, sent, accepted, rejected Response
Successful Response
Available options:
1, 44, 1, 61, 91, 345 Available options:
QR Code, Biometric, Both Available options:
pending, sent, accepted, rejected 