POST/v1/contactdetailshistory

Create contactdetailshistory

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Request body application/json

idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
email_addressstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
coreContactField_Idstringnullable
valuestringnullable
form_Idstringnullable
page_Idstringnullable
businessUnit_Idstringnullable

Responses

object ContactDetailsHistory — same shape as the request body.

curl --request POST \
  --url 'https://api.4comply.io/v1/contactdetailshistory' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "00000000-0000-0000-0000-000000000000",
  "tenant_id": "your-tenant-id",
  "created_at": "2026-09-07T12:00:00Z",
  "updated_at": "2026-09-07T12:00:00Z",
  "created_at_iso": "2026-09-07T12:00:00Z",
  "updated_at_iso": "2026-09-07T12:00:00Z",
  "system_type": "string",
  "system": "string",
  "system_id": "00000000-0000-0000-0000-000000000000",
  "system_record_id": "00000000-0000-0000-0000-000000000000",
  "system_record_type": "string",
  "email_address": "user@example.com",
  "coreContactField_Id": "00000000-0000-0000-0000-000000000000",
  "value": "string",
  "form_Id": "00000000-0000-0000-0000-000000000000",
  "page_Id": "00000000-0000-0000-0000-000000000000",
  "businessUnit_Id": "00000000-0000-0000-0000-000000000000"
}'