sites_get
Retrieve detailed information about a specific Webflow site using its unique site ID to manage or integrate site data effectively.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
site_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"site_id": {
"type": "string"
}
},
"required": [
"site_id"
],
"type": "object"
}