GET
/
api
/
teams
/
{slug}
/
invites
curl --location --request GET 'http://localhost:3005/api/teams/acme/invites' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
  "data": {

  }
}

Path

slug
string
required

Team slug of the team to get invites for