Attributes
This page provides API documentation for performing operations on Dynamic Attributes.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orgIdstringRequired
entityTypestringRequired
entityIdstringRequired
Entity ID. For entity type 'lead', accepts either the Saleschat-generated lead ID (UUID) or the lead's CRM ID. For other entity types, the exact entity ID is required.
Body
Responses
200
Successfully patched attributes
application/json
idinteger · int64Optional
org_idstringOptional
entity_typestringOptional
entity_idstringOptional
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
400
Invalid request data
application/json
401
Unauthorized - Authentication is required
application/json
403
Unauthorized access
application/json
422
Unknown entity type
application/json
500
Internal Server Error - Something went wrong on the server
application/json
patch/v4/orgs/{orgId}/dynamic-attributes/{entityType}/{entityId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orgIdstringRequired
entityTypestringRequired
entityIdstringRequired
Body
Responses
200
Successfully patched attributes
application/json
idinteger · int64Optional
org_idstringOptional
entity_typestringOptional
entity_idstringOptional
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
400
Invalid request data
application/json
401
Unauthorized - Authentication is required
application/json
403
Unauthorized access
application/json
500
Internal Server Error - Something went wrong on the server
application/json
patch/v1/orgs/{orgId}/dynamic-attributes/{entityType}/{entityId}
Last updated