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

Documentation Index

Fetch the complete documentation index at: https://docs.phishy.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-phishy-api-key
string
header
required

Response

List of all pages

id
string
required

Unique identifier for the page

title
string
required

Title of the page

content
string
required

Content of the page