Skip to main content
POST
/
api
/
v1
/
auth
/
email
/
verify
Verify Email
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.

Body

application/json
token
string
required

Response

Successful Response

{key}
string