This page introduces the B2B APIs used to search for companies and retrieve detailed company information.
Related B2B documentation:
- B2B Classic API — RECSIRET
- B2B Classic API — SIRETINFO
- Restful B2B API — Lookup
- Restful B2B API — GetInfo
B2B API overview
Description
The B2B service is available through APIs hosted on DQE servers. It allows you to search for companies and retrieve company information using search parameters or a company identifier.
There are two main Classic B2B API endpoints:
- /RECSIRET/: returns a list of companies based on company name, company name with postal code, or postal address.
- /SIRETINFO/: returns detailed legal information about a selected company.
There are also two Restful B2B API endpoints:
- /b2b/lookup: returns a list of companies matching the search criteria.
- /b2b/get-info: returns detailed legal and administrative information about a selected company.
Swagger documentation
Use the table below to find the Swagger documentation for each endpoint:
| Use case | Endpoint | Swagger |
|---|---|---|
| Search by company name | Classic — RECSIRET | B2B Company Name |
| Search by company name and postal code | Classic — RECSIRET | B2B Company Name and Postal Code |
| Search by postal address | Classic — RECSIRET | B2B Address |
| Retrieve company details (compressed form) | Classic — SIRETINFO | B2B Company Information — Minimal |
| Retrieve company details (extended form) | Classic — SIRETINFO | B2B Company Information — Extended |
| All Restful B2B operations | Restful — Lookup and GetInfo | Restful B2B API |
Related to