curl --request POST \
--url https://apigcp.trynia.ai/v2/auth/resend-code \
--header 'Authorization: Bearer <token>'{
"message": "verification code sent"
}Resend the verification code for an unverified API key.
Requires the read-only API key in the Authorization header.
curl --request POST \
--url https://apigcp.trynia.ai/v2/auth/resend-code \
--header 'Authorization: Bearer <token>'{
"message": "verification code sent"
}Was this page helpful?