GET
/
v1
/
merchant
/
identifiers
Get Merchant Identifiers
curl --request GET \
  --url https://api.bolt.com/v1/merchant/identifiers \
  --header 'X-API-Key: <api-key>'
{
  "merchant_divisions": [
    {
      "division_id": "IraJdeIgmdsO",
      "publishable_key": "8fd9diIy59sj.IraJdeIgmdsO.fd233434fg2c616cgo932aa6e1e4fc627a9385045gr395222a127gi93c595rg4"
    }
  ],
  "merchant_id": "8fd9diIy59sj",
  "signing_secret": "xf833434fg2cffos92632aa6e1e4fc627a9385045gdj937fg2a127gi93cgos873"
}

Authorizations

X-API-Key
string
header
required

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

Response

Merchant Identifiers Retrieved

merchant_divisions
object[]
merchant_id
string

The public ID of this merchant.

Example:

"8fd9diIy59sj"

signing_secret
string

Bolt generates one secret key per merchant and uses it to securely sign requests.

Example:

"xf833434fg2cffos92632aa6e1e4fc627a9385045gdj937fg2a127gi93cgos873"