Skip to content

Flanks APIs

We have several APIs to access and modify the data you have in Flanks:

  • The Entities API provides information about the financial entities we cover.
  • The Credentials API manages the status of the credentials.
  • The Aggregation API allows the retrieval of the data for any credential.
  • The Links API enables you to get information on new credentials.

To use any of these APIs you will need to learn how the API Authentication works first.

Testing with Postman

We have a Postman Collection with all the endpoints explained in this documentation. This collection can be used to explore and test our APIs.

To use any request you must complete the fields accordingly following the documentation. In every request you must, at least, fill the Authorization header field with a valid access_token. For most of them, you will also need a valid credentials_token in the request body.

You can download the collection here:

Run in Postman