Poggio
Docs
REST APIV2 BetaAccounts

Recreate Account Pages

Recreate all pages for an existing account. Useful for refreshing stale content for a given account domain.

POST
/v2beta/accounts/{account_domain}/recreate-pages

Authorization

BearerToken
AuthorizationBearer <token>

Pass an OAuth access token or an API token from Settings > MCP Server.

In: header

Path Parameters

account_domain*string

Response Body

application/json

application/json

curl -X POST "https://api.poggio.io/v2beta/accounts/string/recreate-pages"
{
  "message": "string",
  "id": "string",
  "domain": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}