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

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Page details retrieved successfully

The response is of type object.