Authentication

The API accepts 2 different authentication methods:

Bearer auth (http)

Send a bearer token in the Authorization HTTP header to authenticate with the API.

O auth2 (oauth2)

For detailed authentication instructions, visit https://www.fincalc.co.uk/api-authentication-guide.

Flow type authorizationCode
Authorization URL https://api.fincalc.co.uk/oauth/authorize
Token URL https://api.fincalc.co.uk/oauth/token
Refresh URL https://api.fincalc.co.uk/oauth/token
Scopes
  • fact-find:

    Enables access to retrieve fact-find data related to a client.

  • client-financials:

    Grants access to view household financial data.

  • client-information:

    Allows access to client information.

Flow type clientCredentials
Token URL https://api.fincalc.co.uk/api/oauth/token
Scopes
  • fact-find:

    Enables access to retrieve fact-find data related to a client.

  • client-financials:

    Grants access to view household financial data.

  • client-information:

    Allows access to client information.