Skip to main content
POST
/
pages
/
{id}
/
clone
cURL
curl --request POST \
  --url http://base.url.com/pages/{id}/clone \
  --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

Page successfully cloned

id
string
required

Unique identifier for the page

title
string
required

Title of the page

content
string
required

Content of the page

I