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.

Initiates the client login process and sends OTP to the provided email address.

post
Body
emailstringOptionalExample: [email protected]
Responses
201

Client created successfully

application/json
post
/login/client
POST /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?