Dixa API//
- Get custom attribute definition by id
Patch end user custom attributes
Patch conversation custom attributes
List custom attributes definitions
Get custom attribute defi...
Get custom attribute in an organization by id.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/custom-attributes/{customAttributeId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- Select
- Text
{ "data": { "id": "db5f673b-1c40-41e7-b71f-caab342f0607", "entityType": "Conversation", "identifier": "contact_reason", "label": "Contact Reason", "inputDefinition": { … }, "description": "Reason for contacting", "createdAt": "2023-01-05T06:42:31.532Z[GMT]", "isRequired": true, "isArchived": false, "isDeactivated": false } }