Create a Customer (Business)
October 23rd, 2025
post api.withmono.com/v2/customersv1.0 
This resource is to create a unique Business customer.
Body
Headers
Request
123456789101112131415161718
curl --request POST \
     --url https://api.withmono.com/v2/customers \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '
{
  "identity": {
    "type": "string",
    "number": "string"
  },
  "email": "string",
  "type": "string",
  "business_name": "string",
  "address": "string",
  "phone": "string"
}
'
Response
Choose an option from the drop down or click one of these buttons to see an example:
