---
title: "Get Merchant Information"
method: GET
path: "/profile/merchants/me"
---

# Get Merchant Information

`GET /profile/merchants/me`

This API lets you retrieves the unique Identifier of your business and other information such as your email etc.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `accessAllFeatures` boolean
    - `howDidYouHearAboutUs` object[]
    - `_id` string
    - `userId` string
    - `name` string
    - `email` string
    - `country` string
    - `logo` string
    - `createdAt` string
    - `updatedAt` string
    - `whitelistedIpAddresses` string[]
    - `business` object
      - `id` string
      - `businessKey` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
