GET/v1/contacts

Get contacts

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

array of objectContact
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
emailAddressstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/contacts' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'