List media uploads
GET {{baseUrl}}/media?bookmark=<string>&page_size=25
List media uploads filtered by given parameters.
Learn more about video Pin creation.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| 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. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"items":[],"bookmark":"\u003cstring\u003e"}