curl --request POST \
--url http://co-mind-platform-host/v1/auth/confirm \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"code": "<string>"
}
'{
"message": "<string>"
}Confirm a user’s email address using the verification code.
curl --request POST \
--url http://co-mind-platform-host/v1/auth/confirm \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"code": "<string>"
}
'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
Use this file to discover all available pages before exploring further.