curl --request POST \
--url https://api.oneofnone.io/v1/access/otp/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "jsmith@example.com",
"code": "<string>",
"include_user": true
}
'{
"success": true,
"message": "<string>",
"user": {
"id": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"metadata": {},
"login_count": 123,
"last_login_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"avatar_url": "<string>"
}
}curl --request POST \
--url https://api.oneofnone.io/v1/access/otp/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "jsmith@example.com",
"code": "<string>",
"include_user": true
}
'{
"success": true,
"message": "<string>",
"user": {
"id": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"metadata": {},
"login_count": 123,
"last_login_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"avatar_url": "<string>"
}
}