ClarifyClarify APIBeta
Resources

Changelog

API changes and updates

March 2026

  • Custom objects — Create your own object types beyond person, company, deal, and meeting. POST /schemas/objects
  • Schema management — Create and update fields programmatically. POST /schemas/{entity}/properties
  • Bulk delete — Delete multiple records in one request. DELETE /objects/{object}/records

February 2026

  • Comments API — Add, update, and delete comments on any record. POST /comments
  • Recording API — Enable/disable meeting recording and access artifacts.
  • CSV export — Export list rows as CSV. POST /objects/{object}/lists/{list}/rows/csv

January 2026

  • Relationships — Link and unlink records across object types. PATCH /objects/{object}/records/{id}/relationships/{relationship}
  • Filter operators — New operators: Is empty, Is not empty, Greater than, Less than, One of
  • Pagination — Offset-based pagination for all list endpoints with meta.total_records