curl --request GET \
--url https://tracking.prod.judit.io/tracking/{tracking_id} \
--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 retrieves a tracking by its id.
curl --request GET \
--url https://tracking.prod.judit.io/tracking/{tracking_id} \
--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"
}
{
"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"
}
Was this page helpful?