Success
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Object |
InvitationObject | ✔️ | N/A | invitation |
Id |
string | ✔️ | N/A | inv_f02930r3 |
EmailAddress |
string | ✔️ | N/A | invitee@example.com |
PublicMetadata |
Dictionary<String, object> | ✔️ | N/A | {} |
Revoked |
bool | ➖ | N/A | false |
Status |
InvitationStatus | ✔️ | N/A | pending |
Url |
string | ➖ | N/A | https://example.com/invitations/accept?code=abcd1234 |
ExpiresAt |
long | ➖ | Unix timestamp of expiration. |
|
CreatedAt |
long | ✔️ | Unix timestamp of creation. |
1622549600 |
UpdatedAt |
long | ✔️ | Unix timestamp of last update. |
1622553200 |