GET all liked video/text testimonials via API

Created
Oct 11, 2021 08:38 PM
Category
Improvement
If you are only interested in liked video/text testimonials, you can set liked=true in the GET request, like this 👇
// GET all liked video and text testimonials
curl "https://api.testimonial.to/v1/testimonials?liked=true"
  -H "Authorization: Bearer API_KEY"

// GET all liked video testimonials
curl "https://api.testimonial.to/v1/testimonials?type=video&liked=true"
  -H "Authorization: Bearer API_KEY"