Customers
Update Customer
Update customer detail
POST
/
customers
/
{id}
/
update
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
email
string
phone_number
string
Response
200 - application/json
message
string
Was this page helpful?