cURL
curl --request POST \ --url https://tracking.prod.judit.io/tracking/{tracking_id}/resume \ --header 'api-key: <api-key>'
{ "tracking_id": "00000000-0000-0000-0000-000000000001", "user_id": "00000000-0000-0000-0000-0000000000aa", "status": "created", "recurrence": 1, "search": { "search_type": "lawsuit_cnj", "search_key": "9999999-99.9999.9.99.9999", "search_params": {} }, "created_at": "2023-10-17T15:17:05.826Z", "updated_at": "2023-10-17T15:17:05.826Z" }
This endpoint resumes a tracking by its id.
The ID of the tracking you want to resume.
Was this page helpful?