This page provides the steps to generate the Key ID and Secret API Key.
API keys are used to ensure the authenticity of interactions between your application and Truecaller for Business APIs.A maximum of 10 tokens can be created every 30 minutes.
Truecaller for Business uses API keys for authenticating API requests.
You can view and manage your API keys from the True caller for Business console.
Click on “Manage API Keys” from the overflow menu beside the account name in the left hand side panel of the console.
Click on the “Create API Key” button.
Enter the Key Name and Description (optional). You can see the access level underneath the description box for all available features.
Click on “Generate”. This will take you to the screen which has the option to copy/save the Key ID and Secret API Key. This file should be downloaded and kept securely.
A total of 5 API Keys can be configured under a customer account at a given point in time.
Customers will not be able to see the secret key and key ID once generated. It is advised that you should copy the secret key and key ID and save it in a safe and secure folder. In case if you have failed to secure the secret key and key ID ,there is an option to regenerate the secret key and key ID using the regenerate option on the Manage API Keys Page
This API is used to generate an access token using the Key ID and Secret API Key created from the Manage API Keys page
Validity of the auth token is 60min ,post that we need to recall the API for fresh auth token value.
Replace the {{BaseURL}}
with the one mentioned here
POST
{{BaseURL}
/clients/{clientAccountId}/token
{clientAccountId} : This can be taken directly from the self serve portal under the Manage API Keys Page
Headers
X-Public-Access
allow
Required
Body
api_key
string
Required API key from the Manage API Keys Page
key_id
string
Required Key ID from the Manage API Keys Page
{
"key_id": "aaaee1b1-7a2f-4c0b-8271-4e2b41c1bf01",
"api_key": "caf1694e-b8a4-4082-82fc-105a0a63eafe"
}
Response
{
"token": "a4p0pZ2x3aEk9TYGxPZldm0qvWQknTXTINPZxNpIZ32yWmiOFtGqv2mEU7nJlQO6",
"created_at": "2025-07-10T06:59:05.72Z"
}
{
"slug": "invalid-input",
"message": "api_key is required"
}
Welcome to the API Documentation for our Verified Business Caller ID Solution!
In this you'll find everything you need to seamlessly integrate our APIs into your systems. Our clear, step-by-step guides and detailed references are designed to help you streamline your processes, enhance customer interactions, and drive operational efficiency. Explore the documentation and unlock the full potential of our solution today.