Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 769 Bytes

new-doc.md

File metadata and controls

37 lines (31 loc) · 769 Bytes
title description title-override
Documentação
Descrição
Título

Documentação

Como utilizar

  1. Exemplo exemplo image
  2. Exemplo

Documentação de rotas

Inserção

  • Método: POST
  • URL: https://api.dawntech.dev/endpoint
  • Headers: dawntech-user-id: <user_id>
  • Body:
[
    {
        "Last_Name": string | Last name of the lead,
        "First_Name": string | First name of the lead,
        "Email": string | Email of the lead,
        "Company": string | Company where the lead works
    },
    ...
]

Busca

  • Método: GET
  • URL: https://api.zoho.dawntech.dev/endpoint
  • Headers: dawntech-user-id: <user_id>