Antcrm - development
    Antcrm - development
    • Health
      GET
    • Create Leads
      POST
    • List Org Users
      GET
    • Delete Leads
      DELETE
    • List Leads
      GET

      Health

      GET
      api.dev.workaxis.in/api/v1/server-health

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'api.dev.workaxis.in/api/v1/server-health' \
      --header 'Authorization: Basic <encoded-value>'
      Response Response Example
      {}
      Next
      Create Leads
      Built with