API Error

Getting this error when connecting the Envato Market token. I have all 3 permissions set up correctly…
Additional Error Details:
Failed to query total number of items in API response.
Forbidden
{“request_url”:“https://api.envato.com/v1/market/total-items.json”,“response_code”:403,“response_cf_ray”:“73638bf8294482b4-IAD”,“response_server”:“cloudflare”}

Any help?

Hi @Leo1973,

Response codes

  • 403 means the personal token is incorrect or does not have the required permission(s).

Envato API personal token:
You can generate Envato API personal token here . Please make sure you set required Token permissions. It may prompt you to sign into your Envato account

Before you create a new token the following 3 permissions should be selected from the list of permission available on the Token page.

  1. View and search Envato sites (checked by default)
  2. Download the user’s purchased items
  3. List purchases the user has made

permission except the above 3 can cause other error. Hope this will help you.

Thanks