Get merchant features

Retrieve features configuration for a specific merchant within an organization. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Response

Merchant features retrieved successfully
merchantIdstring
Merchant identifier
featuresmap from strings to any
Features configuration for the merchant

Errors