Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Path Parameters
Customer unique identifier (UUID)
"cust_123e4567-e89b-12d3-a456-426614174000"
Body
Customer update data
Customer's first name. Used for personalization and legal documentation.
1 - 100"John"
Customer's last name. Used for personalization and legal documentation.
1 - 100"Doe"
Customer's email address. Used for notifications, receipts, and account management. Must be a valid email format.
"john.doe@example.com"
Customer's phone number. Used for SMS notifications and verification. Include country code for international numbers.
"+1-555-123-4567"
Type of customer account. Determines available features and compliance requirements.
Individual, Startup, Small Business, Medium Business, Enterprise, Non-Profit, Government "Individual"
Current status of the customer account. Controls access to services and features.
ACTIVE, BLACKLISTED, DEACTIVATED, DELETED "ACTIVE"
Response
Successfully updated customer
