PUT /self/{shopId}/customization/widgets

PUT /self/{shopId}/customization/widgets

Path parameters

application/json

Responses

PUT /self/{shopId}/customization/widgets
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/customization/widgets \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"crispKey":"string","googleAnalyticsKey":"string","hotjarKey":"string","intercomKey":"string"}'
Request example
{
  "crispKey": "string",
  "googleAnalyticsKey": "string",
  "hotjarKey": "string",
  "intercomKey": "string"
}