post https://api.foxentry.com/company/get
Foxentry allows you to get information about company based on the dataScope option. Country and registrationNumber parameters are required.
Responses
Foxentry allows you to get information about company based on the dataScope option. Country and registrationNumber parameters are required.
xxxxxxxxxx
24curl --request POST \
--url https://api.foxentry.com/company/get \
--header 'accept: application/json' \
--header 'api-version: 2.0' \
--header 'content-type: application/json' \
--header 'foxentry-include-request-details: false' \
--data '
{
"request": {
"options": {
"dataScope": "basic",
"dataSource": [
"CZ",
"SK",
"PL"
],
"includeTerminatedSubjects": false,
"zipFormat": false,
"cityFormat": "basic",
"countryFormat": "alpha2"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: