cURL
curl --request GET \ --url https://sell.ia.proativia.com/api/v1/account-crm-pipeline-deal/{id} \ --header 'Token: <api-key>'
{ "id": "<string>", "stageId": "<string>", "leadId": "<string>", "dealOwner": "<string>", "title": "<string>", "value": 123, "status": "<string>", "expectedCloseDate": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" }
Retorna os dados de um negócio específico do pipeline pelo ID.
Token de autenticacao gerado na plataforma Sell.IA.
Identificador único do recurso.
Negócio encontrado.