PUT
/self/{shopId}/customization/widgets
cURL (application/json)
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"
}