Logout all customer sessions
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2/session/logoutAll \ --header 'X-Forwarded-For: <x-forwarded-for>'
{ "code": 200, "message": "Success", "redirectUrl": "<string>", "sessionId": "<string>", "data": "<any>" }
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
OK
Standard response wrapper for all API responses