Skip to main content
GET
Get organization brands

Authorizations

Authorization
string
header
required

Your organization's secret API key, e.g. Bearer way_sk_live_ohEqcn0i1fRoUEHBPjJkQA. Older Way-Organization-Id + Way-Secret-Key credentials still work: see Legacy authentication.

Path Parameters

organizationId
string
required

Only bookings belonging to this organization.

Query Parameters

limit
number
default:10

Number of items per page.

Required range: x >= 1
page
number
default:1

Page number to return, starting at 1.

Required range: x >= 1
sortBy
enum<string>

Field to sort the results by.

Available options:
name,
emailAddress,
tier,
creditCardFeePercentage
sortDir
enum<string>

Sort direction.

Available options:
ASC,
DESC

Response

200 - application/json

Brands.

items
object[]
required

The organization's brands for the requested page.

meta
object
required