curl --request GET \ --url 'https://sell.ia.proativia.com/api/v1/account-crm-pipeline-deal/cldeal001' \ --header 'Token: SEU_TOKEN_DE_API'
{ "id": "cldeal001", "title": "Contrato Empresa X", "stageId": "clstg0001", "leadId": "cllead001", "dealOwner": "cluser001", "value": 15000, "status": "open", "expectedCloseDate": "2025-08-01T00:00:00.000Z", "createdAt": "2025-06-15T14:30:00.000Z" }
Retorna os detalhes de um negócio do pipeline de CRM pelo seu ID.
GET https://sell.ia.proativia.com/api/v1/account-crm-pipeline-deal/{id}
Token de autenticacao gerado na plataforma Sell.IA.
Identificador único do recurso.
Negócio encontrado.