Default settings for all new videoasks
PATCH {{base_url}}/organizations/{{organization_id}}/settings
branding
and custom_language
parameters are optional.
VideoAsk branding is the default. To hide it, set hide_branding
to true
.
Request Body
{"branding"=>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "custom_language"=>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "form_settings"=>{"hide_branding"=>false, "primary_color"=>"#379CFB", "secondary_color"=>"#5CD6C8", "background_color"=>"#FFFFFF", "square_button_radius"=>"25", "font_family"=>"Oswald", "font_value"=>"\"Oswald\", sans-serif", "locale"=>"es-ES"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"organization_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","form_settings":{"primary_color":"#379CFB","secondary_color":"#5CD6C8","background_color":"#FFFFFF","square_button_radius":25,"hide_branding":false,"font_family":"Oswald","font_value":"\"Oswald\", sans-serif","locale":"es-ES"},"branding":{"branding_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","organization_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"My Special Branding","logo":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","logo_url":"https://media.videoask.com/images/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/image.png","branding_url":"https://typeform.com","favicon":null,"favicon_url":null,"custom_domain":null,"dns_validated_at":null}}