get testimonial
Developing
GET
/testimonial
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/testimonial' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
[
{
"id": 5,
"message": "test message testimonial",
"vendor_id": 17
},
{
"id": 4,
"message": "test message testimonial update",
"vendor_id": 17
}
]
Request
Body Params application/json
Responses
Modified at 2025-05-05 14:20:36