GET
/v1/medialistMedia
List media assets. Lists the organization's media library, newest first, with cursor pagination. Use an asset's `url` as `media[].url` when creating posts.
Required scope:posts:read
Parameters
limitquery · integeroptionalPage size (1–100).
afterquery · stringoptionalOpaque cursor from a previous page's `next_cursor`.
Responses
200MediaListOne page of media assets.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl https://app.usepostify.com/v1/media \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"