Skip to main content
POST
Duplicate an offer

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Path Parameters

id
string
required

Response

Duplicated offer (new draft)

An offer. Always includes a top-level serviceType discriminator ("electricity", "internet", …); electricity offers additionally include a grouped electricity object and internet offers a grouped internet object. The underlying offer fields (name, status, markets, marketing, pricing, …) are also present.

serviceType
string | null

Flat service-type discriminator derived from category. Check this instead of category directly.

Example:

"internet"

electricity
Electricity Contract · object

Present only on electricity offers.

internet
Internet Contract · object

Present only on internet offers.