Skip to content

Instantly share code, notes, and snippets.

@maccman
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maccman/a020ceb0bccfcfbf4f35 to your computer and use it in GitHub Desktop.
Save maccman/a020ceb0bccfcfbf4f35 to your computer and use it in GitHub Desktop.
Clearbit API Changelog

Clearbit API versions

Your API version controls the API and webhook behavior you see (e.g. what properties you see in responses, what parameters you’re permitted to send in requests, etc.). Your version gets set the first time you make an API request. When we change any of our APIs in a backwards-incompatible way, we release a new dated version, but to avoid breaking your code, we don’t change your version until you're ready to upgrade.

How can I upgrade versions?

Each of Clearbit's APIs is versioned separately. You can set the API version on a per-request basis, or globally in your dashboard. It's a good idea to keep the API version you're using up to date - we're often pushing shiny new data attributes.

API changelog

Note that this changelog only reflects backwards-incompatible updates.

2015-05-11

Person API: Requests to the combined endpoint now return combined webhooks which include both a company and person. The type of the new webhook is person_company.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment