Search user's boards
GET {{baseUrl}}/search/boards?ad_account_id=15266090296&bookmark=<string>&page_size=25&query=<string>
Search for boards for the operation user_account
. This includes boards of all board types.
- By default, the operation user_account
is the token user_account.
If using Business Access: Specify an adaccountid to use the owner of that adaccount as the "operation useraccount". See Understanding Business Access for more information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique identifier of an ad account. | |
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum 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. | |
query | string | Search query. Can contain pin description keywords or comma-separated pin IDs. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[],"bookmark":"\u003cstring\u003e"}