Skip to main content
WEBHOOK
customer.updated
{
  "id": "<string>",
  "resource": "customer",
  "displayName": "<string>",
  "email": "[email protected]",
  "phone": "<string>"
}

Authorizations

X-Juo-Admin-Api-Key
string
header
required

Body

application/json
id
string
required
Minimum string length: 1
resource
enum<string>
required
Available options:
customer
displayName
string
required

Customer's full name.

Minimum string length: 1
email
null | string<email>
required

Customer's contact email.

phone
null | string
required

Customer's contact phone.

Minimum string length: 1

Response

200

Webhook received successfully.