Get organization merchants

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

Path parameters

organizationIdstringRequired
Organization identifier

Headers

AuthorizationstringRequired

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

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

Errors