Clarify API
Resources

FAQ

Answers to common Clarify API questions

My API key returns 401

Use api-key YOUR_KEY, not Bearer YOUR_KEY. See Authentication.

My bulk create returns 400

You likely have a duplicate email or domain. Pre-match against existing records before importing. See Import CRM data.

My enum values are rejected

Enum validation is case-sensitive. "Active" and "active" are different values. See Schemas and relationships.

My workspace looks empty but I get duplicate errors

Email sync and enrichment auto-create records in the background. Always check what's in the workspace before importing. See Bulk operations.

On this page