Skip to main content
POST
/
team-invitations
/
accept
/
details
Get team invitation details
curl --request POST \
  --url https://api.stack-auth.com/api/v1/team-invitations/accept/details \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"
}
'
{
  "team_id": "<string>",
  "team_display_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
code
string
required

A 45 character code

Example:

"u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"

Response

200 - application/json

Successful response

team_id
string
required
team_display_name
string
required