POST
/
api
/
v1
/
pages
curl --request POST \
  --url https://{defaultHost}/api/v1/pages \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "user_page": {
    "title": "<string>",
    "content": "<string>"
  }
}'

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

200

successful