Skip to main content
POST
https://your-rootprint-host
/
api
/
auth
/
verify-invite
Verify an invite token
curl --request POST \
  --url https://your-rootprint-host/api/auth/verify-invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "valid": true,
  "email": "jsmith@example.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
token
string
required
Required string length: 1 - 128

Response

Invite is valid.

valid
boolean
required
email
string<email>
required