XML Datafeed API Access
UPDATED 3/19/2020 - ENDPOINTS & AUTHENTICATION HAS CHANGED!
Background
Focus' legacy Datafeed consists of an XML file generated at the store-level. This file represented a database dump providing integrators with all labor, employee, financial & product data generated by Focus.
Legacy integrators would have a store-level agent application that would obtain this file,
To simplify integrators migrating to Focus' Cloud-Based solution, the XML Datafeed is now accessible from a RESTful GET request.
How to obtain the XML Datafeed
Using your Integrator Credentials integrators will make a REST GET request to:
https://focuslink.focuspos.com/V2/stores/{storeKey}/datafeed?date=<day of business - yyyy-mm-dd>
The storeKey value is unique to each Merchant/Restaurant that you are integrating with and is a 4 to 6 digit integer.
For example:
https://focuslink.focuspos.com/v2/stores/7166/datafeed?date=2020-03-10
This GET request will return the XML Datafeed for March 10th, 2020 for storeKey 7166.
Authentication
Integrators are required to use Basic Authentication to authenticate their FocusLink sessions.
Comments
0 comments
Please sign in to leave a comment.