Hello guys, am using this package https://github.com/Label84/laravel-active-campaign to make it easier with Active Campaign, but on user create I keep getting the error 404, the docuementation says that error 404 means No Result found for Subscriber with id 1 , I don't understand, does someone have experience with this?
@webrobert I was starting to think that the library is out dated but then I saw that the last update was just a few days ago, so I could not be that the problem
The API is accessed using a base URL that is specific to your account. In the examples provided in this documentation, we use the URL youraccountname.api-us1.com as a stand-in for your real account API URL. Your API URL can be found in your account on the My Settings page under the "Developer" tab. In addition, URL paths should begin with /api/3 to specify version 3 of the API. Generally, the URL will be in the form https://.api-us1.com/api/3/. All API calls should be made over HTTPS.`