curl --request POST \
--url https://apigcp.trynia.ai/v2/auth/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>"
}
'{
"verified": true
}Verify your account using the 6-digit code sent to your email.
On success, the API key used in the Authorization header is upgraded from read-only to full access.
curl --request POST \
--url https://apigcp.trynia.ai/v2/auth/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>"
}
'{
"verified": true
}Was this page helpful?