Skip to main content

Authentication

Application APIs and data can be accessed with an API key. These API keys are managed by Finbuddy. If you want to use the API you will need to be a partner/supplier of Finbuddy. You can request the API Key by contacting us.

Not a customer yet? Calculate your benefits within 2 minutes and sign up for our pilot on our Website.

info

API keys are associated with one or more vendors. Make sure that the correct API key is used for the corresponding API endpoint.

API requests

If you want to use Finbuddy's APIs, you will need to add an API key to all requests to the API.
The API expects a header called: X-API-KEY.

If this header is not present or if the API key is not valid, the API will return a 401 response.

Example request using curl:

curl <url> -H "X-API-KEY: <value>"