cURL
curl -X GET \ /media-folders \ --header "Authorization: Bearer <token>"
{ "data": [ { "id": "<string>", "name": "invoice" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get all media folders
media:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
MediaFolder collection
The response is of type object.
object
Was this page helpful?