Details of Dynamic Label

This API is used to get the details of the Dynamic Labels created on the Truecaller

GET {{BaseURL}}/clients/{clientAccountId}/labels

Headers

Name
Value

Authorization

Required

Bearer <token>

Response

[
    {
        "id": "255297eb-7f13-44f9-967a-f287ff0f5025",
        "name": "FlowerEra",
        "logo_url": "https://business-priority-media-noneu.truecaller.com/staging/logos/06930f35-4b9c-4144-b748-9ace309c70d2-1751871235271177747.png",
        "category": 10,
        "sub_category": 142,
        "created_by_email": "[email protected]",
        "created_at": "2025-07-07T06:53:55.402122Z",
        "label_type": "dynamic"
    },
    {
        "id": "d3c2ff94-beb4-412f-a7d5-daebf9596cfa",
        "name": "test-label-priority",
        "logo_url": "https://business-priority-media-noneu.truecaller.com/staging/logos/06930f35-4b9c-4144-b748-9ace309c70d2-1739786448319894688.png",
        "category": 1,
        "sub_category": 16,
        "created_by_email": "[email protected]",
        "created_at": "2025-02-17T10:00:48.506685Z",
        "label_type": "dynamic"
    }
]

Last updated

Was this helpful?