Authentication

Fintract Global APIs use API key to authenticate requests.

It's crucial to safeguard your API keys as they grant significant privileges. Please refrain from disclosing your secret API keys in public platforms like GitHub or client-side code. Protect them with care to prevent unauthorized access and misuse.

Please proceed through the following steps to acquire your API keys.

  1. Registration

    Create an account with Fintract Global:

    • Visit the Sign Up page to create a new account.
  2. Login

    Log in to your Fintract Global account:

  3. Get API key

    Obtain an API key to authenticate API requests:

    • Navigate to the API Keys section of your account dashboard.
    • Generate a new API key and keep it secure.

When you make API calls, include the API key as an access token in the authorization header:

Authorization: Bearer ACCESS-TOKEN.