Get all pages
GET
/api/pages
Get all pages. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Responses
All pages.
application/json
JSON { "id": 3, "title": "More info", "content": "More info about Gancio.", "visible": true, "slug": "more-info", "createdAt": "2020-01-29T18:10:16.630Z", "updatedAt": "2020-01-30T22:42:14.789Z" }
[
]

