All Collections
Integrations
Public API client route
Public API client route

A new public API route for your integrations and automations

Pierre Arreckx avatar
Written by Pierre Arreckx
Updated over a week ago

Psst you can find a technical documentation detailing all the API routes available on Ezus here.

1- What is the purpose of this API route?

As the name implies, this route allows you to integrate with everything to do with customers.

Whether you are an individual or a company, you can connect your Ezus customer directory with other applications and platforms. Whether it's CRM or mailing software, you can do all this by calling our public API directly or by using integrators such as Zapier, Make, Postman etc.

2- What can you do with this route?

This route actually has 2 routes:

  • The GET route, which allows you to retrieve information from the Ezus reference and send it to another software application.

    This is the route that will, for example, allow you to update your CRM with the information in your Ezus account.

    The information you can retrieve using this route is as follows:

    • Type, either individual or company

    • Customer/company name

    • Website

    • First name of main contact

    • Last name of main contact

    • Main contact email address

    • (for B2B) Activity

    • (for B2B) VAT no.

    • (for B2B) Siret number

    • Profile information

    • Customer origin

    • Notes

    • User

    • Address

    • Related projects

    • Contacts

    • Custom fields

  • The POST route for sending information from Ezus to another software application.

    This is the route that will allow you, for example, to modify your customers' information in Ezus, directly from your CRM, but also to create new customers.

    Information you can modify :

    • Reference

    • Customer name (required)

    • Customer website

    • Main contact information

    • Main contact address

    • Custom fields

Did this answer your question?