Getting Started

Learn how to authenticate your requests to Fintel.

The Fintel API uses shared-secret authentication. In shared-secret authentication, both the client and the server know a secret, and the client passes this secret to the server when making requests. The server checks the secret against what it is expecting, and if correct, properly authenticates the request.

Generating Your Secret Key

Here are the steps required to generate your secret:

Once you have your key, you must supply it to the server in each request. To do this, add it to the header as the "X-API-KEY" property.