GET
/
v1
/
accounts
/
invite
/
:token
Retrieve account invite
curl --request GET \
  --url https://api.example.com/v1/accounts/invite/:token
This is a public, token-authenticated endpoint. The unguessable invitation token in the URL is the credential; do not send x-api-key or x-api-secret.
Treat invitation URLs as secrets. Do not log, share, or persist the token beyond the invitation flow.
token
string
required