Nuxa
Api referenceToolsApiToolsFleksaGet customer

POST /api/tools/fleksa/get-customer

POST
/api/tools/fleksa/get-customer

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

userId*string
customerId*string
shopId?string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/tools/fleksa/get-customer" \  -H "Content-Type: application/json" \  -d '{    "userId": "string",    "customerId": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}