get
AppController_getHello
get
UserController_findAll
get
UserController_findOne
del
UserController_remove
post
AuthenticationController_signIn
post
AuthenticationController_logout
post
AuthenticationController_signUp
get
AuthenticationController_generateOneTimePasswordVerification
get
AuthenticationController_googleAuth
get
AuthenticationController_googleAuthRedirect
API docs by Redocly
SuaraNusa API Documentation
(1.0)
Download OpenAPI specification :
Download
SuaraNusa API Documentation - Bangkit 2024 Batch II
AppController_getHello
Responses
200
get
/
/
UserController_findAll
Responses
200
get
/user
/user
UserController_findOne
path Parameters
id
required
string
Responses
200
get
/user/{id}
/user/{id}
UserController_remove
path Parameters
id
required
string
Responses
200
delete
/user/{id}
/user/{id}
AuthenticationController_signIn
Responses
201
post
/authentication/login
/authentication/login
AuthenticationController_logout
Responses
201
post
/authentication/logout
/authentication/logout
AuthenticationController_signUp
Request Body schema:
application/json
required
object
(SignUpDto)
Responses
201
post
/authentication/register
/authentication/register
Request samples
Payload
Content type
application/json
Copy
{ }
AuthenticationController_generateOneTimePasswordVerification
Responses
200
get
/authentication/generate-otp
/authentication/generate-otp
AuthenticationController_googleAuth
Responses
200
get
/authentication/google
/authentication/google
AuthenticationController_googleAuthRedirect
Responses
200
get
/authentication/google-redirect
/authentication/google-redirect