POST
/otp/validate
curl \
-X POST https://api.goove.id/v1/otp/validate \
-H "X-API-KEY: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"id":"string","otp":"string"}'
Request example
{
"id": "string",
"otp": "string"
}
Request examples
{
"id": "string",
"otp": "string"
}
Response examples (400)
"string"
Response examples (400)
string
Response examples (500)
"string"
Response examples (500)
string