Create a custom candidate attribute

Creates a new custom attribute definition. It becomes available in the UI immediately and is writable on leads through the others field using the persisted key (custom keys are stored with an others. prefix where applicable).

Duplicate prevention: If the normalized key already exists for an attribute, the API returns 409 Conflict (not a second record).

Required fields: name and key (see request schema). data_type defaults to text when omitted.

Language
Response
Click Try It! to start a request and see the response here!