curl --location --request GET 'http://localhost:3005/api/teams/acme/invites' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
}
}
Invitations
Get all invites
Get all pending invites sent to users for a team
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": {
}
}