Get acquisition by ID
What it does
Returns a single acquisition record by its Specter acquisition ID. The response includes both sides of the deal: the acquirer and the acquiree, each with their Specter company ID and primary domain so you can chain to GET /companies/{companyId} for either party.
Why you’d use it
Enrich a known deal in your CRM or data warehouse, or follow up on a reference returned by GET /companies/{companyId}/acquisitions.
Key behaviours
- Path param:
acquisitionId(Specter acquisition ID, prefixacq_) is required. - Response: a single
PublicAcquisitionobject. - Not found: returns 404 Not Found if no acquisition with that ID exists.
This endpoint uses 1 credit per request.
Documentation Index
Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The Specter acquisition ID (e.g. acq_5f3a2b1c4d5e6f7a8b9c0d1e).
Response
A single acquisition.
The Specter ID for this acquisition.
"acq_5f3a2b1c4d5e6f7a8b9c0d1e"
The Specter company ID of the acquirer. Use with GET /companies/{companyId} to fetch the full company record.
"1a2b3c4d5e6f1a2b3c4d5e6f"
The acquirer company's name.
"Big Co"
The Specter company ID of the acquiree. Use with GET /companies/{companyId} to fetch the full company record.
"9f8e7d6c5b4a9f8e7d6c5b4a"
The acquiree company's name.
"Small Co"
The acquirer's primary domain.
"big.example"
The acquiree's primary domain.
"small.example"
The type of deal. One of acquisition, merge, lbo, acquihire, or management_buyout. Null when Specter could not classify the deal.
acquisition, merge, lbo, acquihire, management_buyout "acquisition"
Deal value in USD, if disclosed.
10000000
Date the acquisition was announced or closed (YYYY-MM-DD).
"2024-02-15"