Get organization brands
cURL
curl --request GET \ --url https://api.letsway.com/v1/organizations/{organizationId}/brands
{ "items": [ { "id": "<string>", "name": "<string>", "emailAddress": "<string>", "countryCode": "US", "currency": "<string>", "tier": "BASIC", "creditCardFeePercentage": 123, "organizationId": {}, "products": [ "PRODUCT_A" ], "churnedAt": {}, "isTestBrand": {}, "isCuratedBrand": {}, "csmUser": { "id": "<string>", "firstName": "<string>", "lastName": "<string>" }, "logoUri": {}, "deletedAt": {} } ], "meta": { "paymentStatus": { "code": "SUCCESS", "message": "Payment completed successfully" }, "paymentDetail": { "lastName": "Doe", "methodNumber": "**** **** **** 1234", "reservationId": "RES-456", "confirmationId": "CONF-789" }, "paymentMethodDetail": { "fixedChargeId": "CHG-123", "billingChargeId": "BILL-456", "transactionCode": { "code": "T123", "description": "Credit Card" } } }, "links": { "first": "<string>", "previous": "<string>", "next": "<string>", "last": "<string>" } }
x >= 1
name
emailAddress
tier
creditCardFeePercentage
ASC
DESC
Brands
Show child attributes