cURL
curl --request GET \ --url https://sandbox.finhub.cloud/api/v2.1/customer/getById/{customerId} \ --header 'X-Forwarded-For: <x-forwarded-for>'
{ "success": true, "message": "<string>", "data": "<any>" }
Get customer by ID
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
Customer retrieved successfully
The response is of type object.
object