Get a media item
GET/api/partner-gateway/v1/media/:id
Returns the full metadata and access URL for a single media file identified by its numeric ID. The response includes the file name, MIME type, size in bytes, creation date, and a URL you can use to download or preview the file. This is useful when you need to verify the details of a media item before referencing it in a message or campaign. Returns 404 if no media file with the given ID exists in your library. Returns 401 if the API key is missing or invalid.
Request
Responses
- 200
- 401
- 404
Media item retrieved successfully
Unauthorized
Media not found