Skip to main content
GET
/
v1
/
organizations
/
{organizationId}
/
brands
Get organization brands
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>"
  }
}

Path Parameters

organizationId
string

Query Parameters

page
number
default:1
Required range: x >= 1
limit
number
default:10
Required range: x >= 1
sortBy
enum<string>
Available options:
name,
emailAddress,
tier,
creditCardFeePercentage
sortDir
enum<string>
Available options:
ASC,
DESC

Response

200 - application/json

Brands

items
object[]
required
meta
object
required