Skip to main content
GET
List brands

Authorizations

Authorization
string
header
required

Your API key, e.g. Authorization: Bearer gp_live_....

Query Parameters

limit
integer
default:100

Rows per page. Max 999; the answers endpoint caps at 100.

Required range: x <= 999
cursor
string

Opaque cursor from the previous page's next_cursor. Do not parse it.

Response

Success

data
object[]
required
has_more
boolean
next_cursor
string | null

Pass back as cursor. Null when there are no more rows.