Publish to Wall

You can publish or unpublish an existing testimonial to the Public Wall of Love by calling the Post request to the

https://app.socialprf.io/api/1.1/wf/publish_to_wall endpoint.

It will publish the specified testimonial.

fieldsmandatory/ optionaldescription

api_key

Mandatory

The API key of your organisation.

id

Mandatory

The ID of the testimonial you want to delete

publish

Mandatory

boolean

yes/ no

Response Example
{
"message" : "published successfully"
}

Last updated