Obtém o resultado de uma qualificação de telefone

Modelo de chamada

Request

GET https://datatrustapihml.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/phone-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}

GET https://datatrustapi.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/phone-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}

Response

HTTP/1.1 200 Ok
Content-Type: application/json; charset=utf-8
{
  "results": [
      {
          "phone": {
              "countryCode": 55,
              "areaCode": 11,
              "number": 99999999
          },
          "qualification": 2
      }
  ]
}
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!