Skip to main content
POST
/
networks
/
offers
/
{offerId}
/
copy
Copy Offer
curl --request POST \
  --url https://api.eflow.team/v1/networks/offers/{offerId}/copy \
  --header 'X-Eflow-Api-Key: <api-key>'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

offerId
integer
required

The ID of the offer to copy.

Response

200 - application/json

OK

The newly created offer copy.