Access Request

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. You must authenticate for each request. API request provides all the CRUD functions available from the UI perspective in response. JSON (JavaScript Object Notation) response is returned in all responses from the API, including errors.

The typical method for invocation requires a user to pass in a URL and identifier, as shown in code below:

https://live.empxtrack.com/[PortalName]/api.do?apiKey=[Apikey]/&methodName=[ApiMethodName]&parameters=[pass method parameters as rest of query String]

where,

  • PortalName: Name of the portal. Example, Empxtrack
  • ApiKey:The API key that you have generated.
  • ApiMethodName: The API method to be called.
  • Parameters: The query parameters passed as POST input.

 

Click on each of these links to know more about them: