---
title: "Get Merchant Identifiers"
method: GET
path: "/v1/merchant/identifiers"
tags: ["Configuration"]
---

# Get Merchant Identifiers

`GET /v1/merchant/identifiers`

This endpoint returns the merchant's public ID and the [publishable key](https://help.boltapp.com/developers/tools/api-keys/) related to the merchant division.

## Response `200`

Merchant Identifiers Retrieved

- MerchantIdentifiersView
  - `merchant_divisions` object[]
    - `division_id` string — The public ID of this division.
    - `publishable_key` string — The publishable key tied to this division.
  - `merchant_id` string — The public ID of this merchant.
  - `signing_secret` string — Bolt generates one secret key per merchant and uses it to securely sign requests.

## Other responses

- `403` — Invalid Merchant API Key

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference/revisions/1f62c40558c6/schema)
