How use api into postman

I want migrate contacts from ERP ms sqlserver to active campaign server, testing with postman

You need to add headers in the postman interface

thanks, what is the key and value?

Hi! There are some introductions to the ActiveCampaign API here and here.

When using Postman to create a contact you need to use POST to your API endpoint, and you must include your Api-Token under the Headers tab.

I hope this helps!

thanks it work, but for search campaignid what is the route?

You can list all campaigns using a GET request to /api/3/campaigns.

You can retrieve a specific campaign using a GET request to /api/3/campaigns/{id}.