REST APIV2Accounts
Recreate Account Pages
Recreate all pages for an existing account. Useful for refreshing stale content for a given account domain.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
account_domain*string
Response Body
application/json
application/json
curl -X POST "https://api.poggio.io/v2/accounts/string/recreate-pages"{
"message": "string",
"id": "string",
"domain": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}