Recebe emails para qualificar

Modelo de chamada

Request

POST https://datatrustapihml.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/email-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
  "emails": ["[email protected]"]
}
POST https://datatrustapi.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/email-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
  "emails": ["[email protected]"]
}

Response

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