Authorizations
A valid API key generated in Topsort's UI.
Body
application/json
Response
Successful Response
curl --request PUT \
--url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"billingContactId": "<string>",
"campaignId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.
Endpoint to upsert a billing contact campaign.
curl --request PUT \
--url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"billingContactId": "<string>",
"campaignId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.
A valid API key generated in Topsort's UI.
Successful Response
Was this page helpful?