Customer
Last updated
Last updated
Field
Description
created_at
When a Customer
was created on the Malomo Platform.
email
Customer's email address.
first_name
Customer's first name.
id
Unique identifier for a Customer
.
last_name
Customer's last name.
phone_number
Customer's phone number.
updated_at
When a Customer
was last updated.
POST
https://api.gomalomo.com/customers
string
Customer's email address
first_name
string
Customer's first name
last_name
string
Customer's last name
phone_number
string
Customer's phone number
GET
https://api.gomalomo.com/customers/:id
id
string
Unique identifier of the desired customer
GET
https://api.gomalomo.com/customers
prev
string
Retrieve customers after a given cursor.
next
string
Retrieve customers before a given cursor.
PUT
https://api.gomalomo.com/customers/:id
id
string
Unique identifier of the customer to update
string
Customer's email address
first_name
string
Customer's first name
last_name
string
Customer's last name
phone_number
string
Customer's phone number
DELETE
https://api.gomalomo.com/customers/:id
id
string
Unique identifier of the customer to delete
GET
https://api.gomalomo.com/customers/:customer_id/events
customer_id
string
Unique id of the Customer to retrieve events for.
prev
string
Retrieve events before a given cursor.
next
string
Retrieve events after a given cursor.