Ingest client logs
Receives a batch of client-side log entries, redacts sensitive fields, and forwards them to the structured logger. Public and rate-limited.
POST
/api/logBody
logsobject[]requiredRequest
curl
curl -X POST https://platform.trickest.com/api/log \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Logs accepted
successboolean400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring