Get a Testimionial

You can get details of an existing testimonial by calling the Get request to the

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

It will fetch details of the specified testimonial.b

Response Example
{
    "status": "success",
    "response": {
        "id": "recxxoeaOiqo1xc9q",
        "type": "Text",
        "published_to_wall": false,
        "name": "Mark",
        "headline": "Founder",
        "recorded_date": "10/20/2022",
        "status": "Testimonial Received",
        "testimonial": "This is a great service",
        "invitation_url": "https://app.socialprf.io/video_txt?recordId=recxxoeaOiqo1xc9q&primeId=recBUKxQ0YMikh9jV&n=Margarita&o=Founder&e=kamal@socialprf.io",
        "widgets": [
            "Make"
        ],
        "stars": 5,
        "testimonial_url": "https://app.socialprf.io/testimonial_details?o=recBUKxQ0YMikh9jV&recordId=recxxoeaOiqo1xc9q"
    }
}

Last updated