API Reference
Testimonial
Get a list with Testimonials for a specific website via brand id.
GET
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
brandId
string
*The brand id of the registered website / brand (format of Guid).
RESPONSES
200
Returns a list with all testimonials.
TestimonialApiDb[]
id
string<uuid>
typeId
string<uuid>
created
string<date-time>
firstname
string
lastname
string
title
string
subtitle
string
company
string
email
string
imageUrl
string
testimonialText
string
contractUrl
string
contractStatus
string
contractSigned
boolean
externalVideoHtml
string
videoToken
string
videoUrl
string
socialMediaProfiles
string[]
Example:
stars
number<float>
gaveConsent
boolean
consentDateTime
string<date-time>
published
boolean
204
No Content
400
Bad Request
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?