GET
/
pages
curl --request GET \
  --url http://base.url.com/pages \
  --header 'x-phishy-api-key: <api-key>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "content": "<string>"
  }
]

Authorizations

x-phishy-api-key
string
header
required

Response

200
application/json
List of pages
id
string
required

Unique identifier for the page

title
string
required

Title of the page

content
string
required

Content of the page