⌘
K
Docs & Guides
API Reference
About Amberflo
What is Amberflo?
Who is the team behind Amberflo?
Getting Started
Onboarding Walkthrough
Amberflo SDKs
PCI Compliance
Developer Walkthrough
Usage Metering
Overview
Meter Definition
Meter Dimensions
Meter Event Schema
Meter Lifecycle
Ingestion Options
Usage Reporting
Meter Corrections (undo events)
Backfill Meters and Customers
Ingest Endpoint Failover
Pricing and Billing
Overview
Pricing and Rating
Pricing Plans
Build any Pricing and Billing Model (Price Machine)
API Monetization
Hybrid Pricing
Reserved Instances & Orders
Payments - Stripe Integration
Billing Reporting
Prepaid Credits
Prepaid Credits
Contracts (Commitments)
Discounts and Promotions
Creating Promotions
Build Any Discount Model
Assigning Discounts to Customers
Invoicing
Invoice Creation
Modifying & Recalculating Invoices
Customize Invoices
Invoice Ready Webhook
Currencies
Preferred & Custom Currencies
Alerts & Webhooks
Real-time Alerts
Alert Types
Alert Webhooks
Usage and Billing Portal
Portal, Widgets, and APIs
Get Session Token
UI SDK - Vanilla Javascript integration
Spring Boot Java Session API
Embeddable UI Kit - React.js
Customer Management
Create Customers
Searching, Paging, and Sorting
Synchronization and Mapping
Cloud Marketplaces
AWS Marketplace Integration
CRM, ERP & Tax Integrations
CRM - Salesforce
CRM - HubSpot
ERP - NetSuite
Tax Integrations
System Integrations
SSO - Identity
ETL - Workato, Zapier
System Logs
FAQs and How-tos
Pricing Template Samples
SDKs and Recipes
Support
Docs powered by
Archbee
Customer Management
Create Customers
1min
Create Customer Records
API payload:
API call: POST
https://app.amberflo.io/customer-details
customer-details
1
{
2
"customerId"
:
"54a43bba-915d-4512-a0bd-9d9debe2eb3a"
,
3
"customerName"
:
"Wayne Enterprises, Inc."
,
4
"traits"
:
{
5
"region"
:
"Midwest"
6
}
7
}
{ "customerId": "54a43bba-915d-4512-a0bd-9d9debe2eb3a", "customerName": "Wayne Enterprises, Inc.", "traits": { "region":"Midwest" } }
PREVIOUS
React.js Widgets
NEXT
Searching, Paging, and Sorting
Docs powered by
Archbee
Docs powered by
Archbee