Customers API
Retrieve and manage people in your workspace.
GET https://v3-api.proto.cx/api/platform/v1/customers/{subcompany_id}/customer/{provided_unique_id}/get-customerA JSON dictionary of all customer information other than their associated custom field values. Parameters
Data Type
Required
Description
PUT https://v3-api.proto.cx/api/platform/v1/customers/{subcompany_id}/create-customer/{provided_unique_id}{
"external_customer_id": "string" (optional),
"name": "string" (optional),
"location": "string" (optional),
"email": "string" (optional),
"phone_number": "string" (optional),
"avatar": "string" (optional)
}A JSON dictionary of the created customer.Last updated