Truecaller for Business
Verified Business APIs
Verified Business APIs
  • Getting Started
    • Authentication
    • [POST] Generate Access Token
  • Call Me Back
  • User Feedback
  • Call Personalisation
    • [POST] Call Personalisation (Bulk)
    • [POST] Call Personalisation
    • [GET] Batch Status
    • [GET] Call Personalisation Label
  • Number Management
    • [POST] Number listing
    • [POST] Number delisting
    • [GET] Number details
    • [GET] Feature-set ID
  • Webhooks
    • Configure webhooks
    • Webhook name & URL
    • Webhook Events
    • Response Structure
    • Event Types
    • Test Webhook
    • Update or Remove Webhooks
    • Webhook Timeouts
    • Automatic Retries
    • Error scenarios for Webhooks
  • Call Reason Errors
Powered by GitBook

© 2024 Truecaller AB

On this page

Was this helpful?

Export as PDF
  1. Getting Started

[POST] Generate Access Token

Generates an access token to access Truecaller for Business APIs.

PreviousAuthenticationNextCall Me Back

Last updated 3 months ago

Was this helpful?

Base URL is :

Access Token rate limits:

  • Requests Per Minute (RPM): The maximum number of requests allowed within a one-minute time window.

  • A maximum of 10 tokens can be created every 30 minutes.

This API allows you to generate access token that grants you access to Truecaller for Business endpoints.

https://enterprise-portal-noneu.truecaller.com

Create Access Token

post

This endpoint generates an access token to access open_api endpoint

Path parameters
clientAccountIdstring · uuidRequired
Header parameters
AcceptstringOptionalExample: {"value":"application/vnd.api+json; version=1.0"}
X-Public-AccessstringOptionalExample: {"value":"allow"}
Body
api_keystring · uuidRequired
key_idstring · uuidRequired
Responses
200Success
400Error
401Error
500Error
post
POST /clients/{clientAccountId}/token HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 98

{
  "api_key": "123e4567-e89b-12d3-a456-426614174000",
  "key_id": "123e4567-e89b-12d3-a456-426614174000"
}

No content