Please refer to the API documentation section for the most up-to-date information
https://developer.finaleinventory.com/reference/start
--
Finale customers are limited on using our API directly based on their subscription tier. For integration partners, however, we allow usage of our API for all Finale customers, regardless of their subscription tier. We provide API Partner IDs to approved partners to allow integrating directly with Finale for any customer.
To access our API, include the HTTP header "Finale-Partner-ID" in all of your requests to Finale. The value of this header will be the partner ID provided to you when you sign up as an integration partner.
For example, in the curl command below, replace "XXX" below with your partner id:
curl https://app.finaleinventory.com/newcentury/api/auth -c /tmp/cookie
-d '{"username":"test","password":"test"}' --header "Finale-Partner-ID: XXX"
Comments
0 comments
Please sign in to leave a comment.