Skip to main content

Login Resource

Service: Login Resource

  1. Base URL:
    http://zm.irdresearch.org/mrest/login


  1. Description
    The Login Service is responsible to make the user login in to the ZM Application.

  1. Request Format

    Requests must be sent using HTTP POST method.


  1. Response Format

  • Content-Type: application/json
  • Success Response: A 200 OK HTTP status code with the appropriate JSON response body.
  • Failure Response: A 200 OK HTTP status code with no JSON content, only a code value of 2 to indicate failure due to an incomplete operation or unknown reasons.
  • Server Error Response: A 500 Internal Server Error HTTP status code when a server-side error occurs.