Skip to main content
GET
/
companies
/
{id}
/
mergers
Get merger records for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/mergers \
  --header 'x-api-key: <api-key>'
[
  {
    "planCaseNumber": 123,
    "planCaseYear": 123,
    "allMergers": [
      {
        "companyMergerId": 123,
        "companyId": 123,
        "companyRegistrationNumber": "<string>",
        "companyRegisterId": 123,
        "mostRecentLegalName": "<string>",
        "statusCode": "<string>",
        "statusText": "<string>",
        "isParentChildMerger": true,
        "isAbsorbingMerger": true,
        "planDecisionDate": "2023-11-07T05:31:56Z",
        "planCaseNumber": 123,
        "planCaseYear": 123,
        "dormantToDate": "2023-11-07T05:31:56Z",
        "creditorsCallingCode": "<string>",
        "creditorsCallingText": "<string>",
        "creditorsCallingDate": "2023-11-07T05:31:56Z",
        "submittedToCourtDate": "2023-11-07T05:31:56Z",
        "executionDecidedByCode": "<string>",
        "executionDecidedByText": "<string>",
        "executionDecisionDate": "2023-11-07T05:31:56Z",
        "applicationDecidedByCode": "<string>",
        "applicationDecidedByText": "<string>",
        "applicationDecisionDate": "2023-11-07T05:31:56Z",
        "registeredDate": "2023-11-07T05:31:56Z",
        "repealedByCourtDate": "2023-11-07T05:31:56Z",
        "registeredExpiredDate": "2023-11-07T05:31:56Z",
        "statusCodeInTakeOver": "<string>",
        "statusCodeInTransfer": "<string>",
        "note1": "<string>",
        "note2": "<string>",
        "appealBeforeDate": "2023-11-07T05:31:56Z",
        "firstSeenAtUtc": "2023-11-07T05:31:56Z",
        "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
        "externalId": 123,
        "externalOrigin": "table_Bolagsverket_Notification",
        "caseNumber": 123,
        "caseYear": 123,
        "companyMergerParts": [
          {
            "companyMergerPartId": 123,
            "companyMergerId": 123,
            "statusCode": "<string>",
            "statusText": "<string>",
            "registrationNumber": "<string>",
            "firstSeenAtUtc": "2023-11-07T05:31:56Z",
            "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
            "externalId": 123,
            "externalOrigin": "table_Bolagsverket_Notification",
            "companyId": 123,
            "companyRegistrationNumber": "<string>",
            "companyRegisterId": 123,
            "mostRecentLegalName": "<string>",
            "caseNumber": 123,
            "caseYear": 123
          }
        ]
      }
    ],
    "merger": {
      "companyMergerId": 123,
      "companyId": 123,
      "companyRegistrationNumber": "<string>",
      "companyRegisterId": 123,
      "mostRecentLegalName": "<string>",
      "statusCode": "<string>",
      "statusText": "<string>",
      "isParentChildMerger": true,
      "isAbsorbingMerger": true,
      "planDecisionDate": "2023-11-07T05:31:56Z",
      "planCaseNumber": 123,
      "planCaseYear": 123,
      "dormantToDate": "2023-11-07T05:31:56Z",
      "creditorsCallingCode": "<string>",
      "creditorsCallingText": "<string>",
      "creditorsCallingDate": "2023-11-07T05:31:56Z",
      "submittedToCourtDate": "2023-11-07T05:31:56Z",
      "executionDecidedByCode": "<string>",
      "executionDecidedByText": "<string>",
      "executionDecisionDate": "2023-11-07T05:31:56Z",
      "applicationDecidedByCode": "<string>",
      "applicationDecidedByText": "<string>",
      "applicationDecisionDate": "2023-11-07T05:31:56Z",
      "registeredDate": "2023-11-07T05:31:56Z",
      "repealedByCourtDate": "2023-11-07T05:31:56Z",
      "registeredExpiredDate": "2023-11-07T05:31:56Z",
      "statusCodeInTakeOver": "<string>",
      "statusCodeInTransfer": "<string>",
      "note1": "<string>",
      "note2": "<string>",
      "appealBeforeDate": "2023-11-07T05:31:56Z",
      "firstSeenAtUtc": "2023-11-07T05:31:56Z",
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
      "externalId": 123,
      "externalOrigin": "table_Bolagsverket_Notification",
      "caseNumber": 123,
      "caseYear": 123,
      "companyMergerParts": [
        {
          "companyMergerPartId": 123,
          "companyMergerId": 123,
          "statusCode": "<string>",
          "statusText": "<string>",
          "registrationNumber": "<string>",
          "firstSeenAtUtc": "2023-11-07T05:31:56Z",
          "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
          "externalId": 123,
          "externalOrigin": "table_Bolagsverket_Notification",
          "companyId": 123,
          "companyRegistrationNumber": "<string>",
          "companyRegisterId": 123,
          "mostRecentLegalName": "<string>",
          "caseNumber": 123,
          "caseYear": 123
        }
      ]
    }
  }
]
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Merger groups

planCaseNumber
null | integer<int32>
planCaseYear
null | integer<int32>
allMergers
null | object[]
merger
object