List Pins

GET {{baseUrl}}/pins?bookmark=<string>&page_size=25&pin_filter=exclude_native&include_protected_pins=false&pin_type=PRIVATE&creative_types=COLLECTION&creative_types=IDEA&ad_account_id=4

Get a list of the Pins owned by the operation user_account. - By default, the operation user_account is the token useraccount. - All Pins owned by the "operation useraccountare included, regardless of who owns the board they are on. Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as theoperation user_account".

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.
pin_filterstringPin filter.
include_protected_pinsbooleanSpecify if return pins from protected boards
pin_typestringThe type of pins to return, currently only enabled for private pins
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;id&quot;:&quot;342232395&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;dominant_color&quot;:&quot;\u003cstring\u003e&quot;,&quot;alt_text&quot;:&quot;\u003cstring\u003e&quot;,&quot;creative_type&quot;:&quot;MAX_VIDEO&quot;,&quot;board_id&quot;:&quot;104&quot;,&quot;board_section_id&quot;:&quot;05562&quot;,&quot;board_owner&quot;:{&quot;username&quot;:&quot;\u003cstring\u003e&quot;},&quot;is_owner&quot;:&quot;\u003cboolean\u003e&quot;,&quot;media&quot;:{&quot;media_type&quot;:&quot;\u003cstring\u003e&quot;},&quot;media_source&quot;:{&quot;source_type&quot;:&quot;image_base64&quot;,&quot;content_type&quot;:&quot;image/png&quot;,&quot;data&quot;:&quot;1WCF=&quot;,&quot;is_standard&quot;:true},&quot;parent_pin_id&quot;:&quot;2827&quot;,&quot;is_standard&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_been_promoted&quot;:&quot;\u003cboolean\u003e&quot;,&quot;note&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;9&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;dominant_color&quot;:&quot;\u003cstring\u003e&quot;,&quot;alt_text&quot;:&quot;\u003cstring\u003e&quot;,&quot;creative_type&quot;:&quot;COLLECTION&quot;,&quot;board_id&quot;:&quot;54437020&quot;,&quot;board_section_id&quot;:&quot;9015&quot;,&quot;board_owner&quot;:{&quot;username&quot;:&quot;\u003cstring\u003e&quot;},&quot;is_owner&quot;:&quot;\u003cboolean\u003e&quot;,&quot;media&quot;:{&quot;media_type&quot;:&quot;\u003cstring\u003e&quot;},&quot;media_source&quot;:{&quot;source_type&quot;:&quot;image_base64&quot;,&quot;content_type&quot;:&quot;image/jpeg&quot;,&quot;data&quot;:&quot;z&quot;,&quot;is_standard&quot;:true},&quot;parent_pin_id&quot;:&quot;60218&quot;,&quot;is_standard&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_been_promoted&quot;:&quot;\u003cboolean\u003e&quot;,&quot;note&quot;:&quot;\u003cstring\u003e&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}