Body
Response
Successfully accepted the invitation
The ID of the invitation
"invitation-12345"
The ID of the account associated with the invitation
"account-12345"
Various attributes of the invitation, none exist at the moment, but this acts as a placeholder for future use
The number of times the invitation has been clicked
5
The configuration attributes for the invitation. Includes raw data from widgets.
{}The date and time when the invitation was created
"2023-10-01T12:00:00Z"
Indicates whether the invitation has been deactivated
false
The number of times the invitation has been delivered
3
The types of delivery methods used for the invitation
["email", "sms"]The ID of the creator in your system associated with the invitation
"creator-12345"
The type of the invitation
single_use, multi_use "single_use"
The date and time when the invitation was last modified
"2023-10-01T12:00:00Z"
The current status of the invitation
queued, sending, delivered, accepted, shared, unfurled, accepted_elsewhere "queued"
The target(s) for the invitation, such as email or phone
[{ "type": "email", "value": "foo@bar.com" }]The number of times the invitation has been viewed
10
The ID of the widget configuration associated with the invitation
"widget-12345"
The ID of the project associated with the invitation
"project-67890"
The groups associated with the invitation, such as workspaces or teams
[
{
"type": "workspace",
"id": "workspace-12345",
"name": "Development Team"
}
]The acceptance details for the invitation
[
{
"id": "accept-12345",
"status": "accepted"
}
]