API Reference
Testimonial
Create a Testimonial defined by testimonial.
POST
Authentication
Authorization
Bearer
Body Parameters
body
TestimonialInput
brandId
string
firstname
string
lastname
string
title
string
subtitle
string
company
string
email
string
imageUrl
string
testimonialText
string
externalVideoHtml
string
videoToken
string
videoUrl
string
socialMediaProfiles
string[]
stars
number<float>
gaveConsent
boolean
consentDateTime
string<date-time>
published
boolean
Responses
201
Returns created testimonial.
TestimonialApiDb
Example
[object Object]
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[]
stars
number<float>
gaveConsent
boolean
consentDateTime
string<date-time>
published
boolean
400
Bad Request
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?