Skip to main content
Version: Next

Search by filter

Information

This API allow you to search for a company into the legal FR directory only.

The response provided by the API is an array that includes all the directory entries matching the search criteria provided by the user.

Link to swagger
This endpoint is synchronous
The role user is needed in order to use this endpoint
Endpoints

GET/v1/directory/fr/search

Query parameters
qRequired string - RequiredRefer to page filter

limitinteger - Optional - Default value : 50

Request

GET /v1/directory/fr/search


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/directory/fr/search?q=name%3A%2A&limit=50'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

Response

200 OK

  [{
"source": "French Directory",
"directoryId": "591843c4-f0d0-48f5-ad6b-39b2af17a4e5",
"country": "FR",
"name": "IOPOLE",
"electronicAddress": null,
"entity": {
"siren": "922304308",
"siret": "92230430800013",
"routingCode": null,
"routingCodeType": null,
"entityType": "Assujetti",
"status": "ACTIVE"
}
}]