Recommended when:
You need visibility into invitation history and current status while assembling your team.
Returned data includes:
channel
– The name of the invitation channelchannel_type
– Delivery method used (e.g., email)sender_full_name
– Name of the person who sent the invitationcreated_at
– When the invitation was createdreminded_at
– Timestamp of the last reminder sentstatus
– Invitation status (Pending, Accepted, or Declined)
For sending new invitations, refer to the Invite Team Member endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return a list of team invitations and their statuses.
- If the request is unauthorized, the system will respond with an authentication error message.