Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/form-definitions/{formDefinitionId} \ --header 'x-channel-access-token: <api-key>'
{ "formDefinition": { "_id": "67f8d0eb224ca611de0b5001", "type": "custom", "title": "Creator Intake Form", "description": "Collect creator profile and storefront metadata", "isActive": true, "fields": [ { "fieldType": "field", "name": "headline", "label": "Headline", "dataType": "string" } ] } }
Channel or partner access token (x-channel-access-token or x-partner-access-token)
Form definition retrieved
Show child attributes