POST
/
pages
curl --request POST \
  --url https://api.feedspace.io/v3/pages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data 'name=<string>'
{
  "message": "Page Created Successfully",
  "data": {
    "id": 407,
    "unique_page_id": "page_asN7DjyRStBAGx4xANmUuNK5",
    "slug": "J0SrBzf5yj",
    "public_url": "https://www.feedspace.io/w/J0SrBzf5yj"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Body

application/x-www-form-urlencoded

Response

200 - application/json

Wall of Love page created successfully.

The response is of type object.

POST
/
pages
curl --request POST \
  --url https://api.feedspace.io/v3/pages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data 'name=<string>'
{
  "message": "Page Created Successfully",
  "data": {
    "id": 407,
    "unique_page_id": "page_asN7DjyRStBAGx4xANmUuNK5",
    "slug": "J0SrBzf5yj",
    "public_url": "https://www.feedspace.io/w/J0SrBzf5yj"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Body

application/x-www-form-urlencoded

Response

200 - application/json

Wall of Love page created successfully.

The response is of type object.