Contact Form

Get a contact form by ID

get
Paramètres de requête
idstringRequis

The UUID of the contact form to retrieve

Paramètres d'en-tête
X-API-KEYstringRequis

Partner API Key

X-API-SECRETstringRequis

Partner API Secret

Réponses
chevron-right
200

The contact form has been successfully retrieved.

application/json
idstringRequis

Unique identifier

createdAtstring · date-timeRequis

Creation timestamp

updatedAtstring · date-timeRequis

Last update timestamp

namestringRequis

Internal form name.

descriptionstring · nullableRequis

Internal form description.

Default: null
languageall ofRequis

Language in which the form is written. This language is used to determine the source language for machine translation.

string · enumOptionnelValeurs possibles:
enabledbooleanRequis

Determines if the form is enabled.

autoTranslatebooleanRequis

Whether to automatically translate the form.

submissionCountnumberRequis

Number of submissions recorded for this form.

brandIdstringRequis

Brand ID targeted by the contact form

brandNamestringRequis

Brand name targeted by the contact form

get
/partners/contact-form

List contact forms

post
Paramètres d'en-tête
X-API-KEYstringRequis

Partner API Key

X-API-SECRETstringRequis

Partner API Secret

Corps
limitnumber · min: 1 · max: 100Optionnel

Pagination limit

Default: 10
pagenumber · min: 1Optionnel

Page to retrieve

Default: 1
Réponses
post
/partners/contact-form/list

Mis à jour