cURL
curl --request GET \ --url https://api.fivemanage.com/api/image/list \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "7F9pGhN8qwErT1vx5aZk", "metadata": {}, "url": "https://r2.fivemanage.com/7F9pGhN8qwErT1vx5aZk.jpg" } ], "status": "ok" }
List images with pagination
Page number (default: 1)
Items per page (default: 10, max: 100)
OK
Show child attributes
"ok"
Was this page helpful?