Skip to main content
POST
/
integrators
/
{integratorId}
/
members
/
accept
Accept a team invite using a token
curl --request POST \
  --url http://localhost:4000/v1/integrators/{integratorId}/members/accept \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "eyJpbnRlZ3JhdG9yX2lk..."
}
'

Body

application/json
token
string
required

Invite token from invite link

Example:

"eyJpbnRlZ3JhdG9yX2lk..."

Response

201

Invite accepted, member created