Skip to main content
GET
/
v1
/
forms
/
{id}
/
embed-frame-policy
Obtém política de iframe do formulário
curl --request GET \
  --url https://api.example.com/v1/forms/{id}/embed-frame-policy \
  --header 'X-API-Key: <api-key>'
{
  "iframeEmbedAllowedOrigins": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crmspark.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

ID público do formulário (16 caracteres)

Response

Lista de origens HTTPS permitidas (vazia = sem restrição por origem).

iframeEmbedAllowedOrigins
string[]
required