---
title: "Recent inbound leads (for lead → registration conversion)"
method: GET
path: "/api/admin/registrations/leads"
tags: ["Company Registration - Admin"]
---

# Recent inbound leads (for lead → registration conversion)

`GET /api/admin/registrations/leads`

List recent inbound leads for the StandGest company (default id 17) so an
admin can convert one into a company registration. The public /registar
form lands here as a Z_Leads row; this surfaces the prospect's name, email,
phone and any referral promo_code captured in the lead's data JSON, ready to
prefill the "Criar Registo" dialog.

## Query parameters

- `company_id` integer — Company whose inbound leads to list (StandGest's own company by default)
- `limit` integer
- `search` string, nullable — Filter by name / email / phone substring

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
