curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/form-definitions \
--header 'x-channel-access-token: <api-key>'{
"formDefinitions": [
{
"_id": "67f8d0eb224ca611de0b5001",
"type": "custom",
"title": "Creator Intake Form",
"description": "Collect creator profile and funnel preferences",
"isActive": true,
"fields": [
{
"fieldType": "field",
"name": "headline",
"label": "Headline",
"dataType": "string"
}
]
},
{
"_id": "67f8d0eb224ca611de0b5002",
"type": "custom",
"title": "Drop Notes Form",
"isActive": true
}
]
}curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/form-definitions \
--header 'x-channel-access-token: <api-key>'{
"formDefinitions": [
{
"_id": "67f8d0eb224ca611de0b5001",
"type": "custom",
"title": "Creator Intake Form",
"description": "Collect creator profile and funnel preferences",
"isActive": true,
"fields": [
{
"fieldType": "field",
"name": "headline",
"label": "Headline",
"dataType": "string"
}
]
},
{
"_id": "67f8d0eb224ca611de0b5002",
"type": "custom",
"title": "Drop Notes Form",
"isActive": true
}
]
}