cURL
curl --request POST \ --url https://api.datalinks.com/api/v1/ingestionTracking/{ingestionId}/seen \ --header 'Authorization: Bearer <token>'
{ "error_code": "UNAUTHORIZED", "message": "Missing authentication token", "error_message": "", "sub_errors": [ { "code": "<string>", "message": "<string>" } ] }
Update seenAt timestamp for the specified ingestion.
Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.
Authorization
Authorization: Bearer <token>
Ingestion ID
Ingestion marked as seen successfully.