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
organizationId
Organization identifier
Response
Organization merchants retrieved successfully
id
Merchant ID
name
Merchant name
url
Merchant URL
slug
Merchant slug
country
Merchant country information
isCompany
Merchant is company
organizationId
Organization ID associated with the merchant
organizationName
Organization name associated with the merchant
roles
Roles assigned to the user for this merchant
branding
Merchant branding information
isCreditLine
Merchant is credit line
maxCryptoUsdLimit
Merchant maximum crypto USD limit
Errors
400
Get Organization Merchants Request Bad Request Error
401
Get Organization Merchants Request Unauthorized Error
403
Get Organization Merchants Request Forbidden Error
404
Get Organization Merchants Request Not Found Error
500
Get Organization Merchants Request Internal Server Error