Pages
create user page
Pages
create user page
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>"
}
}'
Was this page helpful?
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>"
}
}'