arrow-left

All pages
gitbookPowered by GitBook
1 of 3

Loading...

Loading...

Loading...

Generate Access Token

This API is used to generate an access token using the Key ID and Secret API Key created from the Manage API Keys page

circle-exclamation

Validity of the auth token is 60min ,post that we need to recall the API for fresh auth token value.

circle-check

Replace the {{BaseURL}} with the one mentioned

POST {{BaseURL}/clients/{clientAccountId}/token

circle-check

{clientAccountId} : This can be taken directly from the self serve portal under the Manage API Keys Page

Headers

Name
Value
Description

Body

Name
Type
Description

hashtag
Request

Response

X-Public-Access

allow

Required

api_key

string

Required API key from the Manage API Keys Page

key_id

string

Required Key ID from the Manage API Keys Page

here
{
    "key_id": "aaaee1b1-7a2f-4c0b-8271-4e2b41c1bf01",
    "api_key": "caf1694e-b8a4-4082-82fc-105a0a63eafe"
}
{
    "token": "a4p0pZ2x3aEk9TYGxPZldm0qvWQknTXTINPZxNpIZ32yWmiOFtGqv2mEU7nJlQO6",
    "created_at": "2025-07-10T06:59:05.72Z"
}
{
    "slug": "invalid-input",
    "message": "api_key is required"
}

Getting Started

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.

hashtag
API URLs to be used

circle-info

Base URL :

circle-info

Note: The above URL is for API requests only. The corresponding frontend web application URL where you can log in and verify the data is

https://enterprise-portal-noneu.truecaller.comarrow-up-right
https://business.truecaller.com/signinarrow-up-right

Authentication

This page provides the steps to generate the Key ID and Secret API Key.

hashtag
Generate API Keys

circle-check

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.

  1. Truecaller for Business uses API keys for authenticating API requests.

  2. You can view and manage your API keys from the True caller for Business console.

  3. Click on “Manage API Keys” from the overflow menu beside the account name in the left hand side panel of the console.

  4. Click on the “Create API Key” button.

  5. Enter the Key Name and Description (optional). You can see the access level underneath the description box for all available features.

  6. 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.

triangle-exclamation

A total of 5 API Keys can be configured under a customer account at a given point in time.

triangle-exclamation

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