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

Call Me Back

Previous[POST] Generate Access TokenNextUser Feedback

Last updated 3 months ago

Was this helpful?

The Call Me Back API helps you to download Call Me Back requests for the numbers for which this feature has been enabled.

  1. for Call Me Back.

  2. Generate the required access token.

  3. Hit the below endpoint to get logs.

  4. The response is a URL through which the logs can be downloaded.

Base URL :

Create an API Key
https://enterprise-portal-noneu.truecaller.com

Call Me Back

get

This endpoint fetches call me back information

Authorizations
Path parameters
clientAccountIdstring · uuidRequired

This should be the clientAccountId

Query parameters
fromstringRequiredExample: {"value":"1641015429"}
tostringRequiredExample: {"value":"1641551777"}
Header parameters
AcceptstringOptionalExample: {"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/openapi/callback-logs/summary?from=text&to=text HTTP/1.1
Host: 
Accept: */*

No content