read:productsread:products permission. Make sure your token was created with this permission during token creation.curl --location --request GET 'https://api-v2.getmarvia.com/v1/products//form-builder' \
--header 'Authorization: <api-key>'{
"_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": [
{}
]
}
]
}
}