Skip to main content
POST
/
ingestionTracking
/
{ingestionId}
/
seen
Mark ingestion as seen
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

ingestionId
string
required

Ingestion ID

Response

Ingestion marked as seen successfully.