Partner with Finale Inventory to help our mutual customers
Finale API Access
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.
Accessing the API
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.
Example Request
cURL
curl --request GET \
--url https://app.finaleinventory.com/accountPathComponent/api/order \
--header 'accept: application/json' \
--header 'authorization: Basic XXX' \
--header 'Finale-Partner-ID: YYY'