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] Feature-set ID

This API is used to get feature-set ID to list and delist numbers.

Previous[GET] Number detailsNextWebhooks

Last updated 3 months ago

Was this helpful?

Base URL :

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

Get Feature Sets

get

This endpoint returns all feature sets for a client account, it can be filtered on department/operation/process.

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

operation_idstringOptional

Operation ID - to filter by Operation

process_idstringOptional

Process ID - to filter by Process

limitinteger · int64Optional

Limit per page

pageinteger · int64Optional

Current page number

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

No content