Skip to main content
POST
/
auth
/
verify
Verify
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
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
code
string
required

6-digit verification code from email

Required string length: 6

Response

Successful Response

verified
boolean
default:true