Meta Business Agent
Update a crawled website
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
WhatsApp social account id (the number must be managed through the Cloud API).
websiteId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
{ "url": "http://example.com", "included_sub_domains": [ "string" ], "included_url_patterns": [ "string" ], "excluded_sub_domains": [ "string" ], "excluded_url_patterns": [ "string" ], "single_urls": [ "http://example.com" ], "id": "string", "crawl_status": "string", "crawl_error": "string", "pages_crawled": 0, "last_crawled_at": 0, "created_at": 0}Was this page helpful?