List Pins on board

GET {{baseUrl}}/boards/:board_id/pins?bookmark=<string>&page_size=25&creative_types=COLLECTION&creative_types=IDEA&ad_account_id=4

Get a list of the Pins on a board owned by the operation user_account - or on a group board that has been shared with this account. - Optional: Business Access: Specify an adaccountid to use the owner of that adaccount as the "operation useraccount. - By default, theoperation useraccount" is the token useraccount.

Request Params

KeyDatatypeRequiredDescription
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.
creative_typesstringPin creative types filter. </p><strong>Note:</strong> SHOP_THE_PIN has been deprecated. Please use COLLECTION instead.
creative_typesstringPin creative types filter. </p><strong>Note:</strong> SHOP_THE_PIN has been deprecated. Please use COLLECTION instead.
ad_account_idnumberUnique identifier of an ad account.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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