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. Call Personalisation

[GET] Call Personalisation Label

Previously created dynamic labels can be fetched by hitting the below API endpoint.

Previous[GET] Batch StatusNextNumber Management

Last updated 3 months ago

Was this helpful?

Base URL :

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

List Dynamic Labels

get

This endpoint returns all dynamic labels under a client. It supports pagination. It will return an empty array if no labels are found.

Authorizations
Path parameters
clientAccountIdstring · uuidRequired

This should be the clientAccountId

Query parameters
pageinteger · int64Optional

Determines the set of records to return. Defaults to 1.

Example: {"value":1}
limitinteger · int64Optional

Determines the no. of records to be returned. Defaults to 1000.

Example: {"value":1}
Header parameters
AcceptstringOptionalExample: {"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/labels HTTP/1.1
Host: 
Accept: */*

No content