Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Get Invite changed

api/beta/organization/invites/retrieve

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+13added
Lines−8removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Invite
3url: https://platform.claude.com/docs/en/api/beta/organization/invites/retrieve
4---
5 
16# Get Invite
27 
38**GET** `/v1/organizations/invites/{invite_id}`
from line 19
1419 
1520- `BetaOrganizationInvite object`
1621 
22 - `type: "invite"`
23 
24 Object type.
25 
26 For Invites, this is always `"invite"`.
27 
28 default: invite
29 
1730 - `id: string`
1831 
1932 ID of the Invite.
from line 90
7790 - `"expired"`
7891 
7992 - `"pending"`
80 
81 - `type: "invite"`
82 
83 Object type.
84 
85 For Invites, this is always `"invite"`.
86 
87 default: invite
8893 
8994## Example
9095