Customer
Last updated
Last updated
Field | Description |
| When a |
| Customer's email address. |
| Customer's first name. |
| Unique identifier for a |
| Customer's last name. |
| Customer's phone number. |
| When a |
POST
https://api.gomalomo.com/customers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the desired customer |
GET
https://api.gomalomo.com/customers
Name | Type | Description |
---|---|---|
prev | string | Retrieve customers after a given cursor. |
next | string | Retrieve customers before a given cursor. |
PUT
https://api.gomalomo.com/customers/:id
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the customer to update |
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the customer to delete |
GET
https://api.gomalomo.com/customers/:customer_id/events
Name | Type | Description |
---|---|---|
customer_id | string | Unique id of the Customer to retrieve events for. |
Name | Type | Description |
---|---|---|
prev | string | Retrieve events before a given cursor. |
next | string | Retrieve events after a given cursor. |