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