Get organization merchants

Get merchants belonging to an organization that the user has access to

Authentication

AuthorizationBearer

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

Path Parameters

organizationIdstringRequired
Organization identifier

Headers

x-admin-api-keystringRequired

Response

Organization merchants retrieved successfully
idstring
Merchant ID
namestring
Merchant name
urlstring
Merchant URL
slugstring
Merchant slug
countryobject
Merchant country information
isCompanyboolean
Merchant is company
organizationIdstring or null
Organization ID associated with the merchant
organizationNamestring or null
Organization name associated with the merchant
roleslist of objects or null
Roles assigned to the user for this merchant
brandingobject or null
Merchant branding information
isCreditLineboolean or null
Merchant is credit line
maxCryptoUsdLimitdouble or null
Merchant maximum crypto USD limit

Errors