v1

latestOpenAPI 3.0.32026-07-13201451.3 KB
Contacts

Get custom attributes schema

Retrieves the custom attributes schema for contacts

get/chatbots/{chatbotId}/custom-attributes

Path parameters

chatbotIdstring required

ID of the chatbot

Response

Custom attributes schema retrieved successfully

messagestring

Example response

{
  "message": "Success",
  "data": [
    {
      "name": "department",
      "label": "Department",
      "type": "text",
      "description": "Employee department"
    }
  ]
}