Skip to main content
POST
Anexar arquivo ao lead

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

leadId
string
required

Body

application/json
attachmentUrl
string
required

Url do documento

Example:

"https://dc-qqqq2222pb.s3.amazonaws.com/d129a692-e5ab-42b3-b0e4-90ad9a12b068/lead-attachments/d129a692-e5ab-42b3-b0e4-90ad9a12b068_2025-06-20T18%3A45%3A22.125Z"

fileName
string
required

Nome do documento

Example:

"Contrato_pdf"

fileSize
number
required

Tamanho do documento

Example:

"1346"

description
string

Descrição do documento

Example:

"Contrato de prestaçao - assinado"

Response

200 - application/json
id
string

ID do anexo

Example:

"685c39fcc2523944ecd171f7"

createdAt
string<date-time>

Data de envio do anexo

Example:

"2025-06-25T18:03:40.172Z"

updatedAt
string<date-time>

Data de atualizacao do anexo

Example:

"2025-06-25T18:03:40.172Z"

deletedAt
string<date-time>

Data de exclusão do anexo

Example:

"2025-06-25T18:03:40.172Z"

fileName
string

Nome do anexo

Example:

"my-product-175087"

mimeType
string

Formato do anexo

Example:

"image/jpeg"

url
string

URL do anexo

Example:

"https://dc-qqqq2222pb.s3.amazonaws.com/d129a692-e5ab-42b3-b0e4-90ad9a12b068/f514f655-4897-416e-b5c1-bbc19aac0805"

type
string

Tipo do anexo

Example:

"IMAGE"

size
number

Tamanho do anexo

Example:

"7642"