Change Updates

Do not miss any Ocean.io API changes, ever again

Subscribe to the Ocean.io API changelog to be up to date on recent changes.

RSS

May 23, 2024

main
2.0.0
Compare

API structure has changed

5 structure changes including:
1 Breaking change
4 Modifications
1 Removal
Modified 4 Breaking
GET /v2/data-fields
  • Response
  • 200 response Modified
    • application/json content type Modified
      • industries, technologies properties Modified
POST /v2/autocomplete/companies
  • Body
  • application/json content type Modified
    • name property Modified
      • Property is no longer required
      • name property Modified
        • Property is no longer required
POST /v2/enrich/company
  • Body
  • application/json content type Modified
    • company property Modified
      • name, registrationNumber, email, phone, countryCode, state, city, streetAddress, postalCode, address, facebook, twitter, linkedin, instagram, xing, domain, youtube properties Modified
        • Full types went from string | null to string
          Breaking
POST /v2/enrich/person
  • Body
  • application/json content type Modified
    • company property Modified
      • name, registrationNumber, email, phone, countryCode, state, city, streetAddress, postalCode, address, facebook, twitter, linkedin, instagram, xing, domain, youtube properties Modified
        • Full types went from string | null to string
          Breaking
    • revealEmails property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
Removed 1 Breaking
Webhook POST enrich_person_email
  • Removing a resource is always breaking unless it was deprecated before
    Breaking