v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBBrand
brand.list
Lists all brands for the organization.
Requires the organizationRead permission.
post/brand.list
Request body
Example request
{
"cursor": "G8",
"limit": 25
}Response
Responses from the brand.list endpoint
Example response
{
"success": true,
"results": [
{
"id": "3ae2b801-19f6-41ef-ad28-214bd731948f",
"name": "Acme",
"hostedJobsPageSlug": "acme"
}
],
"moreDataAvailable": false,
"syncToken": "sync-token-example"
}