I am using API to sync orders between store and ERP/CRM, I am using the SalesOrder endpoint, but the client throws 403 even after sucessfull creation of the order, any help? I need to add some other actions after sucessfull creation...
API throws 403 even after sucessfull request
Collapse
X
-
Hi pajjaeu,
Please check if the correct authentication headers are specified and also if the API user has access to the entities that are processed using the API request.
More about API in EspoCRM you can find here: https://docs.espocrm.com/development...authentication.
Comment