cURL
curl --request POST \ --url https://api.feedspace.io/v3/pages \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --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" } }
Create a new Wall of Love page.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Wall of Love page created successfully.
The response is of type object.
object