I am trying to add contact to campaign by using api (https://developer.infusionsoft.com/docs/rest/#!/Campaign/addContactToCampaignSequenceUsingPOST)
The above api says that I need contact_id, campaign_id and sequence_id.
I used the get campaign lists api call (https://developer.infusionsoft.com/docs/rest/#!/Campaign/listCampaignsUsingGET) but it does not return any sequence_id for my campaign (http://bakingcode.org/jaspinder/2018-13-08-59.png).
I have sequence in my campaign (http://bakingcode.org/jaspinder/2018-13-09-29.png)
Please guide me for the correct way of adding a contact to a campaign.