Using the API

Hi

I am trying to use the API to do some integration work. I’ve been playing with SOAP UI software and with the SOAP API I can only access Accounts, but none of the other modules, which return having been deleted (Access to this object is denied since it has been deleted or does not exist)!!!

Anyone had this problem?

I’d also like to play with the REST API, but it is much harder to know how to use it, as documentation is not as clear as with SOAP.

Thanks

Hi,
have a look at /service/v4_1/rest.php, all methods are described there.

which return having been deleted (Access to this object is denied since it has been deleted or does not exist)!!!

Are you trying to get one specific object? If yes, did you confirm that the used ID actually exists in the requested module?

Second idea: have you tried to log in with the credentials you’re using for the request via browser and access the module?