Contact Form
Query parameters
idstringRequired
The UUID of the contact form to retrieve
Header parameters
X-API-KEYstringRequired
Partner API Key
X-API-SECRETstringRequired
Partner API Secret
Responses
200
The contact form has been successfully retrieved.
application/json
idstringRequired
Unique identifier
createdAtstring · date-timeRequired
Creation timestamp
updatedAtstring · date-timeRequired
Last update timestamp
namestringRequired
Internal form name.
descriptionstring · nullableRequiredDefault:
Internal form description.
nulllanguagestring · enumRequiredPossible values:
Language used to generate review responses
enabledbooleanRequired
Determines if the form is enabled.
autoTranslatebooleanRequired
Whether to automatically translate the form.
submissionCountnumberRequired
Number of submissions recorded for this form.
brandIdstringRequired
Brand ID targeted by the contact form
brandNamestringRequired
Brand name targeted by the contact form
400
Invalid input format.
401
Unauthorized
404
Contact Form not found.
get
/partners/contact-formHeader parameters
X-API-KEYstringRequired
Partner API Key
X-API-SECRETstringRequired
Partner API Secret
Body
limitnumber · min: 1 · max: 100OptionalDefault:
Pagination limit
10pagenumber · min: 1OptionalDefault:
Page to retrieve
1Responses
201
The contact forms have been successfully listed.
application/json
400
Invalid input format.
401
Unauthorized
post
/partners/contact-form/listLast updated

