Nuxa
Api referenceToolsApiToolsFleksaCollect customer info

POST /api/tools/fleksa/collect-customer-info

POST
/api/tools/fleksa/collect-customer-info

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

name*string
email?string
phone*string
countryCode?string
Default"+49"

Response Body

application/json

application/json

application/json

application/json

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