GET
/
api
/
v2.1
/
misc
/
organization
/
getB2BCustomerDetail
/
{countryCode}
/
{number}
curl --request GET \
  --url https://sandbox.finhub.cloud/api/v2.1/misc/organization/getB2BCustomerDetail/{countryCode}/{number} \
  --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

countryCode
string
required
number
string
required

Response

200
application/json

Successful operation

The response is of type object.