1. leads
CRM
  • tarefas
    • Tarefas
      GET
    • Tarefas
      POST
    • Tarefas
      PUT
    • Tarefas
      DELETE
  • leads
    • Leads
      GET
    • Lead
      GET
    • Criar Lead
      POST
    • Editar Lead
      PUT
    • Delete Lead
      DELETE
  • status-api
    GET
  • Esquemas
    • Tarefas
    • Lead
  1. leads

Criar Lead

Em desenvolvimento
POST
/leads

Requisição

Authorization
Adicionar parâmetro em header
X-API-Key
Exemplo:
X-API-Key: ********************
Parâmetros Bodyapplication/jsonNecessário

Examples

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-crm.kybris.com/leads' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "fullName": "string",
    "email": "string",
    "description": "string",
    "facebook": "string",
    "instagram": "string",
    "linkedin": "string",
    "twitter": "string",
    "phone": "string",
    "company": "string",
    "value": 0,
    "status": "string",
    "source": "string"
}'
Response Response Example
{}
Modificado em 2026-05-01 13:08:47
Página anterior
Lead
Próxima página
Editar Lead
Built with