Skip to main content
POST
/
carrier-team-invitations
/
{token}
/
accept
Accept carrier team invitation
curl --request POST \
  --url https://api.example.com/carrier-team-invitations/{token}/accept \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token
string
required

Response

201 - undefined