Register
To initiate the login process and receive an OTP, send a POST request to the authentication endpoint. The OTP will be sent to the email address you provide.
This call triggers the server to send an OTP to the provided email address. Check your email for the OTP code.
Body
emailstringOptionalExample:
[email protected]Responses
201
Client created successfully
application/json
500
Internal server error
application/json
post
/login/clientPOST /login/client HTTP/1.1
Host: devutility.streamnft.tech
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"email": "[email protected]"
}{
"success": true,
"message": "text"
}Last updated
Was this helpful?