List boards

GET {{baseUrl}}/boards?ad_account_id=4&bookmark=<string>&page_size=25&privacy=PUBLIC

Get a list of the boards owned by the operation user_account + group boards where this account is a collaborator Optional: Business Access: Specify an adaccountid to use the owner of that adaccount as the "operation useraccount". Optional: Specify a privacy type (public, protected, or secret) to indicate which boards to return. - If no privacy is specified, all boards that can be returned (based on the scopes of the token and ad_account role if applicable) will be returned.

Request Params

KeyDatatypeRequiredDescription
ad_account_idnumberUnique identifier of an ad account.
bookmarkstringCursor used to fetch the next page of items
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.
privacystringPrivacy setting for a board.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}