# deals/:id Obtén una negociacion Endpoint: GET /retailers/api/v1/deals/{id} Version: 1.0.0 Security: api-key ## Path parameters: - `id` (string, required) ID de la negociación ## Response 200 fields (application/json): - `message` (string) Example: "deal found successfully" - `deal` (object) - `deal.id` (string) Example: "9fb882221" - `deal.name` (string) Example: "Neptu" - `deal.amount` (string) Example: "150000.0" - `deal.currency` (string) Example: "$" - `deal.funnel_name` (string) Example: "Negociaciones" - `deal.stage` (string) Example: "Calificado!" - `deal.agent` (object) - `deal.agent.first_name` (string) Example: "Nicolas" - `deal.agent.last_name` (string) Example: "Mena Garzon" - `deal.agent.email` (string) Example: "nicolas@mercately.com" - `deal.agent.active` (boolean) Example: true - `deal.agent.admin` (boolean) Example: true - `deal.agent.supervisor` (boolean) Example: true - `deal.customer` (object) - `deal.customer.phone` (string) Example: 5933505692996 - `deal.channel` (string,null) ## Response 404 fields (application/json): - `message` (string) Example: "deal not found"