Public
Documentation Settings

V2 Server IoT API Test

AUTHORIZATIONBearer Token
Token

User

Sign Up Akun Baru

POSTSukses sign up akun baru

http://localhost:3000/user/signup?sendEmail=false
PARAMS
sendEmail

false

Example Request
curl
curl --location --request POST 'http://localhost:3000/user/signup?sendEmail=false' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTEmail tidak benar

http://localhost:3000/user/signup
Example Request
curl
curl --location --request POST 'http://localhost:3000/user/signup' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTSalah satu field kosong

http://localhost:3000/user/signup
Example Request
curl
curl --location --request POST 'http://localhost:3000/user/signup' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Login Akun