Docs
API ReferenceAbout
Docs
API ReferenceAbout
  1. Products
  • Getting Started
  • Authentication
  • Permissions
  • Filtering
  • Uploading Files
  • Using Marvia CDN
  • API Reference
    • Users
      • Get a user
      • Delete a user
      • Update a user
      • List
      • Create a new user
      • List user locations
      • Update user locations
      • List user groups
      • Update user groups
    • Products
      • List products
        GET
      • Get a product
        GET
      • Get product API module
        GET
      • Get product delivery module
        GET
      • Get product distribution module
        GET
      • Get product locations module
        GET
      • Get product files module
        GET
      • Get product stock module
        GET
      • Get product price module
        GET
      • Get product workflow module
        GET
      • Get product socials module
        GET
      • Get product internal comment module
        GET
      • Get product campaigns module
        GET
      • Get product permissions module
        GET
      • Get product reservations module
        GET
      • Get product template module
        GET
      • Get product form builder module
        GET
      • Get product variants module
        GET
    • Locations
      • Update a location
      • Get a location
      • Delete a location
      • List locations
      • Create a new location
      • List location users
      • List location groups
    • Groups
      • Get a group
      • Update a group
      • Delete a group
      • List groups
      • Create a new group
      • List group users
      • List group locations
    • Uploads
      • Initialize multipart upload
      • Complete multipart upload
    • Assets
      • List assets
      • Create a new asset
      • Get asset
      • Update an asset
      • Search assets
      • Get all meta tags
      • Get asset meta tags
      • Update asset meta tags
    • Posts
      • List posts
      • Get a post
  • Schemas
    • LocationAddress
    • Location
    • Group
    • LocationLegal
    • nonEmptyString
    • LocationInvoice
    • Date
    • LocationContact
    • LocationMediaItem
    • HttpApiDecodeError
    • Issue
    • LocationCoordinates
    • PropertyKey
    • UnauthorizedError
    • LocationMedia
    • MissingPermissionsError
    • User
    • PartialLocation
    • InternalServerError
    • UserNotFoundError
    • UsernameNotUniqueError
    • TranslationSchema
    • EmailNotUniqueError
    • CategorySchema
    • TranslationLabelSchema
    • GetOneProduct
    • UpdateGroupsPayload
    • DefaultProduct
    • VariantParentProduct
    • DateFromString
    • VariantProduct
    • LocationNotFoundError
    • ProductNotFoundError
    • ProductApiModule
    • ModuleNotActiveError
    • ModuleIncompatibleWithProductTypeError
    • ProductDeliveryModule
    • DuplicateIdentifierError
    • ProductDistributionModule
    • GroupNotFoundError
    • ProductLocationsModule
    • DuplicateGroupNameError
    • ProductFilesModule
    • ProductStockModule
    • ProductPriceModule
    • UUID
    • ProductWorkflowModule
    • ProductSocialsModule
    • ProductInternalCommentModule
    • ProductCampaignsModule
    • ProductPermissionsModule
    • MetaTagCategoryDefinitionSchema
    • AssetNotFoundError
    • MetaTagDefinitionSchema
    • InvalidLocaleError
    • ProductReservationsModule
    • MetaTagOptionSchema
    • FileNotFoundError
    • ProductTemplateModule
    • ProductFormBuilderModule
    • AssetMetaTagsSchema
    • FormBuilderElement
    • MetaTagValidationError
    • ProductVariantsModule
    • PostNotFoundError
    • BigInt
Docs
API ReferenceAbout
Docs
API ReferenceAbout
  1. Products

Get product form builder module

Production
https://api-v2.getmarvia.com
Production
https://api-v2.getmarvia.com
GET
https://api-v2.getmarvia.com
/v1/products/{uuid}/form-builder
Required Permission: read:products
This endpoint requires an API key with the read:products permission. Make sure your token was created with this permission during token creation.

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Header Params

Responses

🟢200OK
application/json
Success
Body

🟠400Bad Request
🟠401Unauthorized
🟠404Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.getmarvia.com/v1/products//form-builder' \
--header 'Authorization: <api-key>'
Response Response Example
200 - Example 1
{
    "_tag": "Success",
    "data": {
        "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
        "formBuilderElements": [
            {
                "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                "code": "string",
                "required": true,
                "defaultChecked": true,
                "valuesDefault": "string",
                "valuesStyle": "string",
                "type": {
                    "id": 0,
                    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                    "code": "single-line",
                    "sortIndex": 0,
                    "categoryId": 0
                },
                "translations": [
                    {
                        "locale": "string",
                        "label": "string",
                        "placeholder": "string",
                        "content": "string",
                        "helperText": "string",
                        "labelStartDate": "string",
                        "labelEndDate": "string",
                        "valuesContent": "string"
                    }
                ],
                "options": [
                    {
                        "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                        "value": "string",
                        "translations": [
                            {
                                "locale": "string",
                                "label": "string"
                            }
                        ]
                    }
                ],
                "isRichText": true,
                "richTextOptions": "string",
                "children": [
                    {}
                ]
            }
        ]
    }
}
Modified at 2026-02-11 05:03:56
Previous
Get product template module
Next
Get product variants module
Built with