Gestiono

Get Websites content

← Back to full API reference
GET/v1/websites/contentAuth required
  • Supports authenticated sessions and server-to-server auth.

Request details

No path or query parameters were captured for this endpoint.

Default payloads

Path params

json
{}

Query

json
{}

Sample response

json
{
  "success": true,
  "organization": {
    "id": "<value>",
    "name": "<value>"
  },
  "content": {
    "html": "<html>",
    "files": "<content>"
  }
}