---
title: "merchantReputation"
method: GET
path: "/v2/merchantReputation"
tags: ["Merchant Management"]
---

# merchantReputation

`GET /v2/merchantReputation`

Retrieve the current reputation status for a specific user associated with the merchant.

The response includes the `userReputation` score and the `dateModified` timestamp indicating when the status was last updated.

## Query parameters

- `userId` string

## Headers

- `authorization` string, required

## Response `200`

Success - Reputation retrieved

- union
  - object
    - `merchantId` string — MerchantId
    - `dateModified` string — Last date reputation was modified.
    - `paging` object, nullable — Pagination
    - `userId` string — User Id. No longer primary user identifier.
    - `userReputation` integer — Reputation status, as integer. 0, 1, or 2
  - 200failure
    - `error` object
      - `code` string
      - `message` string
      - `help` string — Support contact information

## Other responses

- `400` — Validation error
- `401` — Unauthorized

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/revisions/4700c4ceeaad/schema)
