Skip to main content
GET
List media files

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

type
enum<string>
Available options:
image,
video,
audio,
document,
other

Matches the display name and the original file name

Maximum string length: 255
message_uuid
string<uuid>

Only media linked to this message

per_page
integer
default:15
Required range: 1 <= x <= 100
page
integer
default:1
Required range: x >= 1

Response

Media files retrieved

success
boolean
Example:

true

message
string
Example:

"Media files retrieved"

data
object[]
pagination
object