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

      List Org Users

      GET
      api.dev.workaxis.in/api/v1/users/

      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 *****************
      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'api.dev.workaxis.in/api/v1/users/' \
      --header 'Authorization: Basic <encoded-value>' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'
      Response Response Example
      {}
      Previous
      Create Leads
      Next
      Delete Leads
      Built with