cURL
curl --request GET \ --url https://api.parse.bot/dispatch/tasks/{task_id}/updates \ --header 'X-API-Key: <api-key>'
{ "updates": [ { "endpoint_name": "<string>", "type": "new", "description": "<string>", "method": "<string>", "user_has_called": true } ], "canonical_scraper_id": "<string>" }
Compare your API against the canonical version to find new or updated endpoints. Returns a list of changes you can preview and merge.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
Available updates
Show child attributes
ID of the canonical scraper (present when updates exist)
Was this page helpful?