List Customers
Search by name, email, phone, or company
Filter by customer tier:
bronze, silver, gold, platinumFilter by status:
active, inactive, archivedFilter by tags (array of strings)
Page number (default: 1)
Items per page (default: 20, max: 100)
true
Array of customer objects
Total number of customers
Current page number
Items per page
Total number of pages
Example Request
Example Response
Get Customer
Customer ID
true
Customer ID
Customer first name
Customer last name
Customer email address
Customer phone number
Company name
Customer tier:
bronze, silver, gold, platinumStatus:
active, inactive, archivedArray of tag strings
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update
Example Request
Example Response
Create Customer
Customer first name
Customer last name
Customer email address
Customer phone number
Company name
Job title
Customer tier:
bronze, silver, gold, platinum (default: standard)Array of tag strings
Custom fields object
true
Created customer object
At least one of
firstName, lastName, email, or phone is required.Update Customer
Customer ID
Update first name
Update last name
Update email address
Update phone number
Update company name
Update job title
Update customer tier
Update status:
active, inactive, archivedUpdate tags array
Update custom fields
true
Updated customer object
Delete Customer
Customer ID
true
Success message
Required Permissions
read:customers- Required for GET requestswrite:customers- Required for POST, PUT, DELETE requests