Get Account API

Hello, i’m creating Billing System for my ActiveCampaign Reseller Program. I would like to know if there a way to get API Key and URL for my client.

Thanks

Hey @Viktor_Iwan,

Have you looked at the Partner API documentation yet? That might have what you are after.

Yeah… i can’t find method/hooks to get this data… the only closest i can retrieve is via account_status… but it only showing if the status is active or not

i need to get their API and API URL to integrate with my apps

Thanks

Gotcha, well API URL is easy to deduce, they all follow a familiar pattern.

API Key isn’t something that we provide over the wire. You would have to enter that manually for each of your reseller accounts I am afraid.

It might be something we would consider as part of our v3 API. I would love to get your feedback on it here - https://feedback.activecampaign.com

Hey @Viktor_Iwan,

I kept digging into this and if you are having your clients log into your custom application you could grab their API Key with the user_me API call…

http://www.activecampaign.com/api/example.php?call=user_me

1 Like