{
"id": "7654321",
"resource": "customer",
"displayName": "Jane Smith",
"email": "[email protected]",
"phone": "+15550100"
}Topics
Customer updated
Fired when a customer.updated event occurs. Delivered via Svix.
WEBHOOK
customer.updated
{
"id": "7654321",
"resource": "customer",
"displayName": "Jane Smith",
"email": "[email protected]",
"phone": "+15550100"
}Authorizations
AdminApiKeyBearerToken
Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.
Body
application/json
Customer ID (numeric string).
Minimum string length:
1Example:
"7654321"
Available options:
customer Customer's full name.
Minimum string length:
1Example:
"Jane Smith"
Customer's contact email.
Example:
Customer's contact phone number in E.164 format.
Minimum string length:
1Example:
"+15550100"
Response
200
Webhook received successfully.