API ReferenceContacts
Create a custom field
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/custom-fields" \ -H "Content-Type: application/json" \ -d '{ "key": "string", "label": "string", "fieldType": "TEXT" }'Empty
Was this page helpful?
Last updated on