PUT /self/{shopId}/customization/widgets

PUT /self/{shopId}/customization/widgets

Path parameters

Body

Body

Body

PUT /self/{shopId}/customization/widgets
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"crispKey":"string","googleAnalyticsKey":"string","hotjarKey":"string","intercomKey":"string"}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "crispKey": "string",
  "googleAnalyticsKey": "string",
  "hotjarKey": "string",
  "intercomKey": "string"
}
Request examples
{
  "crispKey": "string",
  "googleAnalyticsKey": "string",
  "hotjarKey": "string",
  "intercomKey": "string"
}
Request examples
{
  "crispKey": "string",
  "googleAnalyticsKey": "string",
  "hotjarKey": "string",
  "intercomKey": "string"
}