Skip to main content

List company media

GET 

/api/partner-gateway/v1/media

Returns a paginated list of all media files stored in your media library. Each entry contains the file ID, name, MIME type, size, and a URL for previewing or downloading the file. Use the id field from a result to reference that file when composing messages (for example, attaching an image to an RCS card or a WhatsApp media message) or when including media in campaign content. Pagination is controlled by page (0-based index) and limit (items per page, default 10, maximum 1000). Results can be sorted via sortBy (e.g. id, name) and sortOrder (asc or desc). Supported media types include common image formats (JPEG, PNG, GIF) and video formats (MP4). The exact set of accepted types depends on the downstream channel requirements. Returns 401 if the API key is missing or invalid.

Request

Responses

Media list retrieved successfully