Category: team
Base URL: https://api.trinityinsights.io. The paths below are absolute on this host and already carry the /api/v1 prefix.
Full list of public endpoints under the team tag. Click any path to open the detailed endpoint page with parameters, responses and ready-to-paste cURL/Python/JavaScript samples.
| Method | Path | Summary | Auth |
|---|---|---|---|
| DELETE | /api/v1/team/members/{member_id} | Remove Member | Key |
| GET | /api/v1/team/invite/{token} | Preview Invite | Key |
| GET | /api/v1/team/members | List Members | Key |
| POST | /api/v1/team/invite | Create Invite | Key |
| POST | /api/v1/team/invite/{invite_id}/revoke | Revoke Invite | Key |
| POST | /api/v1/team/invite/{token}/accept | Accept Invite | Key |