Export list
curl --request POST \
--url https://product-api.thedatacity.com/api/v2/companies/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"companyNumbers": [
"10958787"
],
"returnCount": 20
}
'{}companies
Export list
POST
/
v2
/
companies
/
export
Export list
curl --request POST \
--url https://product-api.thedatacity.com/api/v2/companies/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"companyNumbers": [
"10958787"
],
"returnCount": 20
}
'{}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Export payload or file metadata from the product API (format depends on DownloadFormat).
JSON object returned from the upstream product API with no extra shaping by this gateway. Exact properties depend on the operation. Fields may be omitted when the token lacks optional scopes (see config/api.php scope_field_map).
Last modified on June 23, 2026
โI