---
title: "Retrieve Business Owner Information"
method: GET
path: "/v1/business_owner/me/profile"
tags: ["Respond to Reviews"]
---

# Retrieve Business Owner Information

`GET /v1/business_owner/me/profile`

Retrieve information about the business owner associated with the given access token.

## Response `200`

Successfully retrieved business owner information.

- object
  - `first_name` string
  - `last_name` string
  - `email` string
  - `position` string
  - `id` string
  - `photo_url` string

## Other responses

- `400` — Bad Request.

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
