/bed/v3/fullreport, /bed/v3/sections).Authorization: Bearer ********************{
"Country": "US",
"Language": "English"
}curl --location --request POST 'https://api.ibisworld.com/bed/v3/reportlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Country": "US",
"Language": "English"
}'[
{
"Country": "US",
"Code": "I302",
"Language": "English",
"Title": "Total advertising expenditure",
"PublishedDate": "2025-08-26T13:01:12",
"ReportCollection": "SPE"
},
{
"Country": "US",
"Code": "A4081",
"Language": "English",
"Title": "Total value of world trade",
"PublishedDate": "2025-07-28T13:32:23",
"ReportCollection": ""
},
{
"Country": "US",
"Code": "I501",
"Language": "English",
"Title": "Domestic corn production",
"PublishedDate": "2025-07-14T13:58:00",
"ReportCollection": ""
}
]