Use this endpoint to retrieve detailed legal information about a selected company, using the POST method.
Related B2B documentation:
- B2B introduction
- RECSIRET POST request
- RECSIRET response
- SIRETINFO GET request
- SIRETINFO response
- B2B Swagger documentation
SIRETINFO POST 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/
Send the following parameters in the request body using x-www-form-urlencoded.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| 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/
Send the following parameters in the request body using x-www-form-urlencoded.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| 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