Management API
Customer
Create Customer
3min
creates a customer, if requesting manager has access permissions to it url /api/v1/customers/ method post parameters email string first name string last name string company name string phone string reference string address string postcode string city string country string state string customer account integer " metadata" json object data example { "email" "tc3\@tc com", "first name" "harry", "last name" "potter", "company name" "hogwarts", "phone" "+385913111111", "reference" "ref123", "address" "street 1", "postcode" "10000", "city" "new york", "country" "us", "state" "ny", "customer account" 1, "metadata" {} } success response code 200 ok content examples { "id" 4165, "total orders" 0, "total licenses" 0, "labels" \[], "customer account" null, "email" "tc3\@tc com", "first name" "harry", "last name" "potter", "company name" "hogwarts", "phone" "+385913111111", "reference" "ref123", "address" "street 1", "postcode" "10000", "city" "new york", "country" "us", "state" "ny", "clabels all" null, "company" 277, "license user" null, "clabels" \[], "cognito user pool id" "", "metadata" {} }