Contacts
List Custom Attributes
Retrieve all custom attributes defined for a chatbot.
Request
URL
Path Parameters
The ID of the chatbot to retrieve custom attributes from
Headers
Bearer <YOUR_API_KEY>
Response
Success Response
- Status: 200 OK
- Content-Type: application/json
Success message
Array of custom attribute objects
The archived
field indicates whether the custom attribute is active:
false
: The attribute is active and can be usedtrue
: The attribute is archived and cannot be used for new or updated values
Error Responses
401 Unauthorized
- Invalid or missing API key
404 Not Found
- Chatbot not found
429 Too Many Requests
- Rate limit exceeded
500 Internal Server Error
- Server error occurred