EXPLOREAPI

Logo Explore - Data for success

Intégration CRM

Here are some resources that will help you using our webservices related to CRM imports.

How to start: you must contact our customer support to get the keys which will allow you to authenticate through the https://extranet.explore.fr/ExploreAPI/api/Authentification method.

Security: Access to our API is secured by a token you have to generate with the above method and then send in the HTTP « Authorization » header as « Bearer » for each following request. A token is valid for 6 hours.
You can go check how previous authentication methods (deprecated) used to work by clicking here.

Every request to our API is logged, so you will have to respect our terms of use to prevent any abuse.

The base URL for all webservices is https://extranet.explore.fr/ExploreAPI/api/.

To use HTTP POST webservices, make sure you're sending the HTTP header Content-Type: application/x-www-form-urlencoded along with your request.

You can find a basic API errors documentation page by clicking here.

Documentation

CRMAlertes

Collection of webservices related to CRM environment imports. PLEASE NOTE : some of these older webservices have fields with names in CAPITAL_LETTERS_SEPARATED_BY_UNDERSCORE format, but all newer API will have field names in camelCase format!