M&A Activity
Discovery
M&A Activity
Starts generating an Acquisitions workflow report for a specific company, providing structured intelligence on acquisition activity, target companies, and M&A landscape.
Use /api/assets/get_notebook_status/ to track completion and /api/assets/download_report/ to export results.
POST
M&A Activity
Overview
Surface M&A transactions across a market segment.Endpoint Details
- Method: POST
- Endpoint:
/api/assets/process_common/
Authentication requirements
- Include a valid JWT token in your request headers
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
string
required
JWT token obtained from the Authentication request
Body Parameters
string
required
acquisition_workflowstring
required
WKLAPPobject
required
Report configuration object
string
required
Industry topic to generate the acquisitions report for
string
required
Name to assign to the generated workbook
object
Advanced filtering options for the report
string
Type of company to filter by. Use
"all" to include all typesarray
List of geographies to filter by (e.g.
["Worldwide"])array
List of funding stages to filter by. Pass an empty array to include all stages
array
List of employee count ranges to filter by. Pass an empty array to include all
boolean
Whether to include companies with no total funding data. Defaults to
trueResponse
Successful response will include the report_id of the initiated Acquisitions report.Successful Response Fields
integer
Report id for the initiated Acquisitions report
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json
Fixed value for M&A Activity reports.
Available options:
acquisition_workflow Source identifier for the report request.
Available options:
WKLAPP Report configuration object.
Response
Report initiated successfully.
Report ID for the initiated M&A Activity report.
Example:
123345