Skip to main content
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_workflow
string
required
WKLAPP
object
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 types
array
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 true

Response

Successful response will include the report_id of the initiated Acquisitions report.

Successful Response Fields

integer
Report id for the initiated Acquisitions report

Authorizations

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Body

application/json
reportType
enum<string>
default:acquisition_workflow
required

Fixed value for M&A Activity reports.

Available options:
acquisition_workflow
reportSource
enum<string>
default:WKLAPP
required

Source identifier for the report request.

Available options:
WKLAPP
payload
object
required

Report configuration object.

Response

Report initiated successfully.

report_id
integer

Report ID for the initiated M&A Activity report.

Example:

123345