POST
/
links
/
cpc
/
{campaign_id}
curl --request POST \
  --url https://app.levanta.io/api/creator/v1/links/cpc/{campaign_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "source_id": "<string>",
  "source_sub_id": "<string>",
  "source_name": "",
  "auto_join": "true"
}'
{
  "asin": "<string>",
  "id": "<string>",
  "sourceId": "<string>",
  "sourceSubId": "<string>",
  "sourceName": "<string>",
  "url": "<string>",
  "mobileOptimizedUrl": "<string>",
  "active": true,
  "type": "product",
  "marketplace": "amazon.com",
  "cpcCampaignId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
string
required

UUID

Body

application/json

Response

200
application/json

Success

The response is of type object.