Hello,
I’m super new to the community and want to say thanks in advance for any advise you may have for me. I’ve been reading through the API docs. I am using ARC (which is very similar to Postman) for seeing responses back via the Active Campaign API. From my Active Campaign account I have my API token. As far as my learning goes, I’m running ‘GET’ requests to easily see results from the following examples :
//sends back data about a specific user based on their email address
https://<account-name>.api-us1.com/api/3/contacts?search=foobar@gmail.com
//show me what custom fields are tied to a specific user
https://<account-name>.api-us1.com/api/3/contacts/<user-id>/fieldValues
//shows me the actual name of the custom field I want to focus on
https://<account-name>.api-us1.com/api/3/fieldValues/<field-id>/field
The three above examples are great, but I want to take things further…
Before I create or update a contact with Sync
…I want see results back representing the full name, email address, ID, “AND” all the custom fields (including the names of the actual fields) that a specific user is subscribed too, all in one shot through ARC? Is this possible?
My end goal is to populate my custom PHP form with these values so that I can then invite the user to see their subscription information, and then invite them to submit that form with updates back to Active Campaign.
Thanks for any tips!
