GET
/
api
/
v2.1
/
customer
/
getById
/
{customerId}
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>"
}

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

customerId
string
required

Response

200
application/json

Customer retrieved successfully

The response is of type object.