Notify client of processing result
POST /trackers/{trackerId}
POST
/trackers/{trackerId}
Endpoint to inform the client whether their data processing was successful or failed.
Parameters
Path Parameters
trackerId
required
string
Unique identifier of the tracker.
Request Body required
Status and message payload.
object
status
required
Processing status.
string
messages
Array of messages providing details if processing failed. Absent if status is SUCCESS.
Array<object>
object
code
Error code that identifies the type of error.
string
text
Detailed error message explaining the reason for the failure.
string
Responses
200
Notification received successfully.
400
Invalid input.
404
Tracker not found.