Send Tracking Provider Push Updates
Push tracking provider data in custom format to project44.
Requirements
- connectionId of the p44 connection that was setup specifically for the data provider and data format to be pushed
Workflow
- Prepare a
POST
request to/services/unified-integrations/v1/connections/{connectionId}/ingestions using the specific connectionId. - Include your custom formatted data in the request body. Set the
Content-Type
according to your content, e.g. sendapplication/json
if your data is JSON formatted. - Send the request.
Expected System Response
You have successfully submitted the data when you receive a 202 Accepted
response.
Errors
If there was a problem with your request, you will receive one of the following error codes:
401 Invalid or missing credentials
403 User not authorized to perform this operation
404 Connection does not exist
413 Request Payload is too large