media
List media uploads
List media uploads filtered by given parameters.
Learn more about video Pin creation.
get/media
Query parameters
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"media_id": "12345"
}
]
}