curl --request PUT \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"products": [
{
"productId": "<string>",
"isActive": true
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Endpoint to upsert campaign products.
curl --request PUT \
--url https://api.topsort.com/public/v1/campaign-service/campaigns/{campaign-id}/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"products": [
{
"productId": "<string>",
"isActive": true
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}A valid API key generated in Topsort's UI.
The ID of the campaign.
The products to upsert.
1 - 200 elementsMostrar atributos filhos
Successful Response
Esta página foi útil?