Testimonial-Hub.com - Technical Documentation 1.0 Help

API Reference

Base URL

https://www.testimonial-hub.com

Get Testimonials

The testimonials API endpoint has an open CORS policy, so it can be called from your server or from the client-side to suit your tech stack and rendering needs.

GET method/api/testimonials/{clientSlug}

Request parameters

Responses

[ { "id": "19df573f-b9b7-4f57-b61b-791ee369bc11", "clientSlug": "e.g. your-company", "dateCreated": "2023-10-23T10:32:53.026Z", "lastUpdated": "2023-10-25T08:30:37.05Z", "status": "Approved", "bodyText": "Main text of the testimonial", "customerName": "Customer's Name", "jobTitle": "Customer's Job Title", "companyName": "Customer's Company Name", "imageUrl": "data:image/jpeg;base64,IMAGE_DATA", "orderPriority": 0, "name": "Name (Job Title, Company Name)" } ]
Empty
Empty

By default, the data will be ordered by "dateCreated" descending.

The API does not currently support paging.

Last modified: 07 December 2023