PUT /self/{shopId}/customization/widgets
Body
-
crispKey string | null
-
googleAnalyticsKey string | null
-
hotjarKey string | null
-
intercomKey string | null
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"
}
Request examples
{
"crispKey": "string",
"googleAnalyticsKey": "string",
"hotjarKey": "string",
"intercomKey": "string"
}