get https://api.naoca.com/v1/media
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.naoca.com/v1/media?per_page=20' \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"data": [
{
"id": "992ce41d-5fce-4977-8fd1-139e3b57ad05",
"client_id": "d1f4047d-1571-4fc0-a659-69f4b65f7358",
"name": "Profile Picture.jpg",
"url": "https://assets.naoca.com.au/...",
"thumbnail_url": "https://assets.naoca.com.au/...",
"extension": "jpg",
"created_at": "2023-04-20T02:57:29.000Z"
}
],
"total": 60,
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/media"
},
"pagination": {
"page": 2,
"perPage": 20,
"total": 3,
"first": 1,
"prev": 1,
"next": 3,