---
title: "Get Business Information"
method: GET
path: "/profile/business/me"
---

# Get Business Information

`GET /profile/business/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
    - `settings` object
      - `feeBearer` string
      - `settlementDestination` string
      - `enableWebhook` boolean
      - `callbackURL` string
    - `emailSettings` object
      - `collectionNotification` boolean
      - `topupNotification` boolean
      - `settlementNotification` boolean
      - `paymentReceiptNotification` boolean
    - `checkoutSettings` object
      - `useBrandLogo` boolean
      - `buttonTextColor` unknown
      - `buttonColor` unknown
      - `fontColor` unknown
      - `fontFamily` unknown
      - `backgroundColor` unknown
      - `backgroundTextColor` unknown
    - `status` string
    - `countryCallingCode` string
    - `businessTag` integer
    - `settlementSettings` unknown
    - `isKYCApproved` boolean
    - `isBlocked` boolean
    - `_id` string
    - `name` string
    - `businessType` string
    - `website` string
    - `email` string
    - `country` string
    - `mobile` string
    - `businessKey` string
    - `createdAt` string
    - `updatedAt` 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)
