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

[POST] Number listing

Use this API is used to list your business numbers

PreviousNumber ManagementNext[POST] Number delisting

Last updated 3 months ago

Was this helpful?

Feature-set ID can be fetched from the get feature-set API.

Base URL :

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

Publish Numbers

post

This endpoint add number to feature set and publishes the feature set.

Authorizations
Path parameters
client_account_idstringRequired

Client Account ID of the caller, taken from path params

feature_set_idstringRequired

Feature Set ID, taken from path params

Body
phone_numbersstring[]Required

List phone numbers to be added to feature set

Responses
200Success
400Error
401Error
500Error
post
POST /clients/{clientAccountId}/number_management/feature_sets/{featureSetId}/numbers/publish HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 26

{
  "phone_numbers": [
    "text"
  ]
}

No content