{
"identity": {
"names": [
"Example Corp"
],
"domains": [
"example.com"
]
},
"options": {
"type": "importer",
"section_limit": 20
},
"requested_sections": [
"import_export_summary",
"trade_partners"
]
}curl --location --request POST '/api/customs/enrich' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": {
"names": [
"Example Corp"
],
"domains": [
"example.com"
]
},
"options": {
"type": "importer",
"section_limit": 20
},
"requested_sections": [
"import_export_summary",
"trade_partners"
]
}'{
"success": true,
"request_id": "req_xxx",
"company": {},
"error": null
}