POST
/
cpc
/
{campaign_id}
/
join
curl --request POST \
  --url https://app.levanta.io/api/creator/v1/cpc/{campaign_id}/join \
  --header 'Authorization: Bearer <token>'
{}

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

The ID of the campaign to join

Response

200
application/json
Success

The response is of type object.