Link Search Menu Expand Document

Nite App REST API Documentation

Api-Gateway

Response codes

  • 200 OK - the request was successful.
  • 400 Bad Request - the request could not be understood or was missing required parameters.
  • 401 Unauthorized - authentication failed or user doesn’t have permissions for requested operation.
  • 403 Forbidden - access denied.
  • 404 Not Found - resource was not found.
  • 500 Error - Error in some process.

Routes

UsersMS

Receive requests from front-end and redirects them to UsersMS


NightClubMS

Receive requests from front-end and redirects them to NightClubMS


CardsMS

Receive requests from front-end and redirects them to CardsMS. This MS only does operations related to phisical Cards


PaymentsMS

Receive requestes from front-end and redirects them to PaymentsMS. This MS only does operation related to payments.