I try to use post request to https://api.infusionsoft.com/crm/rest/v1/subscriptions
for adding subscription to contact , but I got access denied only with this url .
I have tried with another post request , it works fine.
Does anyone know what is the problem.
Thank you
Vinh,
Does the user with which you are authorized have the proper role, as well as access to the relevant Contact? It looks like the endpoint is checking for an “Add Product” permission, which is odd, but may help you troubleshoot.
I checked my access token it have full access. But I couldn’t do the api call to create order or make a payment.
Can you help Please
Vinh,
The access would be granted to the user who authorized that token in the application instance via roles, not on the token as scopes.