---
title: "Get Business Profile"
method: GET
path: "/business-profile/{identifier}"
tags: ["Business"]
---

# Get Business Profile

`GET /business-profile/{identifier}`

Retrieves business profile information for a business identified by a 12-char RFC. Returns the legal name, commercial name, and RFC of the business.

## Path parameters

- `identifier` string, required

## Response `200`

Business profile data for the identifier.

- BusinessProfileResponse
  - `identifier` string — The RFC of the business.
  - `updated_at` string, date-time — Timestamp of the last data update for this business profile.
  - `business_info` BusinessInfo
    - `legal_name` string — The legal registered name of the business.
    - `commercial_name` string — The commercial or trade name of the business. May be an empty string if not available.
    - `rfc` string — The RFC of the business.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — No business profile found for the specified identifier.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/revisions/59e48cdbdd84/schema)
