curl --request POST \
--url https://api.example.com/api/v1/auth/email/verify \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{}Consume a signed email-verification token and mark the account as verified.
curl --request POST \
--url https://api.example.com/api/v1/auth/email/verify \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.