Authorizations
Path Parameters
The company id
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/phone-numbers \
  --header 'x-api-key: <api-key>'[
  {
    "e164PhoneNumber": "<string>",
    "phoneNumberType": "fixedLine",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]Gets the phone numbers of the company
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/phone-numbers \
  --header 'x-api-key: <api-key>'[
  {
    "e164PhoneNumber": "<string>",
    "phoneNumberType": "fixedLine",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]The company id