---
title: "Get API Keys"
method: GET
path: "/v3/application"
---

# Get API Keys

`GET /v3/application`

Retrieve API key and secret pairs for specified merchant

## Query parameters

- `merchantId` string, required
- `pageSize` integer

## Response `200`

200

- object
  - `records` object[]
    - `applicationId` string
    - `name` string
    - `description` string
    - `apiKey` string
    - `isDeleted` boolean
    - `locked` boolean
    - `merchantId` integer
    - `roleId` integer
    - `utcDateCreated` string
    - `utcDateModified` string
  - `recordCount` integer

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
