cURL
curl --request GET \ --url https://api.example.com/v1/forms/{id} \ --header 'X-API-Key: <api-key>'
{ "form": { "id": "<string>", "name": "<string>", "description": "<string>", "flow": { "schemaVersion": 1, "nodes": [ { "id": "<string>", "type": "start", "title": "<string>" } ], "connections": [ { "sourceNodeId": "<string>", "targetNodeId": "<string>", "label": "<string>", "branch": { "optionIds": [ "<string>" ], "match": "any" } } ] }, "iframeEmbedAllowedOrigins": [ "<string>" ] } }
Documentation IndexFetch the complete documentation index at: https://docs.crmspark.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.crmspark.com.br/llms.txt
Use this file to discover all available pages before exploring further.
ID público do formulário (16 caracteres)
Definição do formulário
Show child attributes
Was this page helpful?