Meta Business Agent
List crawled websites
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).
Response Body
application/json
application/json
application/json
application/json
application/json
{ "websites": [ { "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?