Manage customer data and relationships with our REST API.
/v1/customers{
"name": "John Doe",
"email": "john@example.com",
"phone": "+923001234567"
}/v1/customers{
"data": [
{
"id": "cus_1234567890",
"name": "John Doe",
"email": "john@example.com",
"total_spent": 5000,
"total_orders": 2
}
]
}