Solicitar a geração do Biolink

Modelo de Chamada

Request:

POST https://datatrustapihml.clearsale.com.br/v1/transaction/{id}/biometrics HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
    "name": "string",
    "birthdate": "1990-02-26T21:33:14.568Z",
    "identifierDate": "2021-02-26T21:33:14.568Z"
}
POST https://datatrustapi.clearsale.com.br/v1/transaction/{id}/biometrics HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
    "name": "string",
    "birthdate": "1990-02-26T21:33:14.568Z",
    "identifierDate": "2021-02-26T21:33:14.568Z"
}

Response:

HTTP/1.1 201 Created
Content-Type: application/json; charset=utf-8
{    
    "url": "string",
    "createdAt": "2021-02-05T19:47:48.4973013Z",
    "identifierDate": "2021-02-26T21:33:14.568Z"     
}

O URL do link gerado deve ser enviado ao seu cliente utilizando o canal de mensageria desejado, próprio da sua empresa. Sugerimos: WhatsApp Business, SMS ou E-mail.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!