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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Replace YOUR_ACCESS_TOKEN with your actual OAuth access token. |