Create a Custom Contact Property

POST https://api.hubapi.com/crm/v3/properties/contacts

Request Body

{"name"=>"custom_property_example_oauth", "label"=>"Custom Property Example OAuth", "description"=>"An example custom property for demonstration purposes, created using OAuth.", "groupName"=>"contactinformation", "type"=>"string", "fieldType"=>"text", "formField"=>true, "displayOrder"=>6}

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringReplace YOUR_ACCESS_TOKEN with your actual OAuth access token.