Skip to main content
POST
/
auth
/
resend-code
Resend Code
curl --request POST \
  --url https://apigcp.trynia.ai/v2/auth/resend-code \
  --header 'Authorization: Bearer <token>'
{
  "message": "verification code sent"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

200 - application/json

Successful Response

message
string
default:verification code sent