Skip to main content
WEBHOOK

Authorizations

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

Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.

Body

application/json
id
string
required

Customer ID (numeric string).

Minimum string length: 1
Example:

"7654321"

resource
enum<string>
required
Available options:
customer
displayName
string
required

Customer's full name.

Minimum string length: 1
Example:

"Jane Smith"

email
null | string<email>
required

Customer's contact email.

phone
null | string
required

Customer's contact phone number in E.164 format.

Minimum string length: 1
Example:

"+15550100"

Response

200

Webhook received successfully.