Use this endpoint to retrieve detailed legal information about a selected company, using the GET method.
Related B2B documentation:
- B2B introduction
- RECSIRET GET request
- RECSIRET response
- SIRETINFO POST request
- SIRETINFO response
- B2B Swagger documentation
SIRETINFO GET request
The SIRETINFO endpoint returns detailed legal information about a selected company.
There are two ways to retrieve company details:
-
Compressed form: using the
SEARCH_REFreturned byRECSIRET. -
Extended form: using the company
Siretnumber directly.
Compressed form
Endpoint
https://{SERVER_ADDRESS}/SIRETINFO/?SEARCH_REF={REF}&Dictionary=Y&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}
Replace the values in braces with your own information:
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| SERVER_ADDRESS | {SERVER_ADDRESS} |
Address of the DQE server that will process the data. | Mandatory |
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| SEARCH_REF | {REF} |
Company reference returned by the RECSIRET search. |
Mandatory |
| Dictionary | Y |
Enables dictionary-based lookup. | Mandatory |
| Country | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
Extended form
Endpoint
https://{SERVER_ADDRESS}/SIRETINFO/?Siret={SIRET}&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}
Replace the values in braces with your own information:
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| SERVER_ADDRESS | {SERVER_ADDRESS} |
Address of the DQE server that will process the data. | Mandatory |
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| Siret | {SIRET} |
SIRET number of the company. | Mandatory |
| Country | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
Related to