cURL
curl --request GET \ --url http://base.url.com/pages \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "title": "<string>", "content": "<string>" } ]
Retrieves pages based on query parameters
List of pages
The response is of type object[].
object[]