patch https://a.klaviyo.com/api/images/
Update the image with the given image ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
images:write
Responses
Update the image with the given image ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
images:write
xxxxxxxxxx
13curl --request PATCH \
--url https://a.klaviyo.com/api/images/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "image"
}
}
'
xxxxxxxxxx
17{
"data": {
"type": "image",
"id": "7",
"attributes": {
"name": "string",
"image_url": "string",
"format": "string",
"size": 0,
"hidden": true,
"updated_at": "2022-11-08T00:00:00+00:00"
},
"links": {
"self": "string"
}
}
}