Skip to main content
GET
/
otc
/
business_customer
Get Customer
curl --request GET \
  --url https://api.linkio.world/otc/business_customer \
  --header 'ngnc-sec-key: <api-key>'
{
  "code": "GET_SUCCESSFUL",
  "message": "Customer retrieved.",
  "data": {
    "customer_id": "<string>",
    "customer_name": "<string>",
    "customer_email": "<string>",
    "customer_phone": "<string>",
    "customer_address": "<string>",
    "customer_country": "<string>",
    "status": "<string>"
  }
}

Authorizations

ngnc-sec-key
string
header
default:""
required

Query Parameters

customer_id
string
required

The customer ID returned when the customer was created.

Response

Customer retrieved successfully.

code
string
Example:

"GET_SUCCESSFUL"

message
string
Example:

"Customer retrieved."

data
object