Skip to content

Instantly share code, notes, and snippets.

@robholland
Forked from maccman/changelog.md
Last active August 29, 2015 14:24
Show Gist options
  • Save robholland/f71f4b6bf1cef75d4f7f to your computer and use it in GitHub Desktop.
Save robholland/f71f4b6bf1cef75d4f7f to your computer and use it in GitHub Desktop.

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

2015-06-23

Company API: alexaRank, googleRank, employees, raised and marketCap are now available in the metrics object in the response.

2015-06-12

Company API: categories, personal and founders are no longer returned. The new category field returns a normalised sector, industry and sub-industry. The previous categories values have been renamed tags.

2015-05-27

Person API: Responses no longer includes full company details. If you require the full company details please use the combined API.

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