- The Public Key is only used to identify your account inside Fintoc. It is not secret, and you will use it to integrate the Widget.
- The Secret Key is the key that you will use to query the Fintoc API. As its name suggests, it is secret, and you should only use it from your application’s backend.
Getting your API Keys
You can activate and manage your API Keys from your Dashboard.Rotating your API Keys
We recommend rotating (changing) your API Keys at least once per year to ensure they remain secret. You can rotate your API Keys from your Dashboard.IP Restrictions
You can optionally configure IP Restrictions to instruct Fintoc to only accept requests from specific IP addresses. This adds an extra layer of security to your operations. To configure these restrictions:- Go to dashboard.fintoc.com.
- Navigate to the API Keys tab on the sidebar.
- If your organization has products that allow IP Restrictions enabled, you’ll see an IP Restrictions section.
Toggle on the IP Restrictions option. - Click the “IP Restrictions” button and enter the individual IP Addresses or CIDR blocks from which you will make requests to our API.
CIDR (Classless Inter-Domain Routing) blocks are a way to define a range of IP addresses. Instead of listing every individual IP address, CIDR blocks let you specify a group of addresses compactly. For example:
192.168.1.0/24 represents all IP addresses from 192.168.1.0 to 192.168.1.255.
If you’re unsure how to determine your CIDR block, consult your network administrator or technical team. They can help you identify the correct range of IP addresses to use.