Get Invite
/v1/organizations/invites/{invite_id}
Get Invite
Path Parameters
invite_id: string
ID of the Invite.
Returns
Get Invite
cURL
curl https://api.anthropic.com/v1/organizations/invites/$INVITE_ID \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"email": "[email protected]",
"expires_at": "2024-11-20T23:58:27.427722Z",
"invited_at": "2024-10-30T23:58:27.427722Z",
"role": "user",
"status": "pending",
"type": "invite"
}Returns Examples
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"email": "[email protected]",
"expires_at": "2024-11-20T23:58:27.427722Z",
"invited_at": "2024-10-30T23:58:27.427722Z",
"role": "user",
"status": "pending",
"type": "invite"
}