Endpointsv1companies/:taxId/phones

GET /v1/companies/:taxId/phones

Obține numere de telefon de contact pentru o companie.

:taxId reprezintă codul unic de înregistrare al companiei (CUI-ul) pentru care se dorește obținerea de numere de telefon de contact

Request
GET https://api.targetare.ro/v1/companies/1860712/phones
Authorization: Bearer ZXlKaGJHY2lPaUprYVhJ...diLWJlMTAtODA4NjFhOTdmY2Q
Raspuns
{
  "success": true,
  "remainingRequests": 924,
  "data": {
    "primaryPhone": "+40745349241",
    "secondaryPhone": "+40741193002",
    "contactPhones": ["+40721200905"],
    "websitePhones": ["+40741193002"],
    "verifiedPhones": ["+40721200905"]
  }
}