Initiate OTP authentication by sending a code to the agent’s email
curl -X POST https://api.useknot.xyz/connect/start \ -H "Content-Type: application/json" \ -d '{"email": "agent@example.com"}'
{ "status": true, "statusCode": 200, "message": "OTP sent successfully.", "data": { "otpId": "550e8400-e29b-41d4-a716-446655440000" } }
Authorization
true
Show properties
400
429