cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/misc/logger/all \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-For: <x-forwarded-for>' \ --data '{ "eventType": "<string>", "eventData": "<string>", "userId": "<string>", "sessionId": "<string>", "timestamp": "<string>" }'
{ "success": true, "message": "<string>", "data": "<any>" }
Log all events
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
Successful operation
The response is of type object.
object