Empathy Index API
Overview
Detailed Instructions about how to use the EmpathyBroker Index API.
Constants
- INDEX_SERVICE_URL = https://preindex.empathybroker.com (STAGING environment)
- INDEX_SERVICE_URL = https://index.empathybroker.com (LIVE environment)
Step-by-step guide
- First of all, you must have an INDEX_TOKEN and one or more FEED_IDS, if you don´t have anything of this you must get them. INDEX_TOKEN and a list of one or more FEED_IDS can be obtained from your Account Manager, consulting to Appointed Lead Developer or alternatively contact support@empathybroker.com.
Now, whit the previous information, you can post a new feed to the service. You can choose one of this ways:
After posting the file the system will return something like:{"id":"JOB_ID","clientId":"CLIENT_NAME","feedId":"FEED_ID","fileId":"GENERATED_FILE_NAME","state":"QUEUED","date":"CURRENT_DATE"}
- JOB_ID : ID of the job generated by the service
- CLIENT_NAME : Your assigned client name
- FEED_ID : Feed that you are using for sending the file
-
All API options are reachable in https://preindex.empathybroker.com / https://index.empathybroker.com
Related articles
-
-
Reimport a job (Empathy Knowledge Base)
-
-
Common API queries (Empathy Knowledge Base)
-
How to post a new feed to the service (Empathy Knowledge Base)
-
-
-
-
POST using Postman (Empathy Knowledge Base)