Authentication

Verify OTP

Verifies the OTP sent to the email address and starts a session.

POST
/api/v1/auth/email-otp/verify-otp

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.veriworkly.com/api/v1/auth/email-otp/verify-otp" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "otp": "string"  }'
Empty