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. Number Management

[GET] Number details

This API is used to get meta-data of listed business numbers like their updated at, created by etc.

Previous[POST] Number delistingNext[GET] Feature-set ID

Last updated 3 months ago

Was this helpful?

Base URL :

https://enterprise-portal-noneu.truecaller.com
Process / Subprocess ID & feature-set ID can be copied from self-serve console.
Copy query param IDs from self-serve

Get Numbers

get

This endpoint returns all numbers under a client. It supports pagination and filtering based on department/operation/process/feature_set It will return an empty array if no numbers are found.

Authorizations
Path parameters
client_account_idstringRequired

Client Account ID of the caller, taken from path params

Query parameters
department_idstringOptional

Department ID - to filter by department

feature_set_idstringOptional

Feature Set ID - to filter by feature set

operation_idstringOptional

Operation ID - to filter by operation

process_idstringOptional

Process ID - to filter by process or subprocess

limitinteger · int64Optional

Limit per page

pageinteger · int64Optional

Current page number

Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/number_management/numbers HTTP/1.1
Host: 
Accept: */*

No content