Forum Discussion

softech's avatar
softech
Guide
2 years ago

curl with space

i am trying to do this  with curl the URL that work is this: https://productioncommunity.ppp.com/api/2.0/search?q=SELECT messages.count(*), solutions_authored.count(*) FROM users WHERE id = '62890'...
  • akshays's avatar
    2 years ago

    The error code that you are receiving is 603, which is 603 Error 'Access Denied' error. Authentication is successful but user doesn't have sufficient permission to call this API. Additional permissions may need to be assigned to the user role.

    Try giving the user you are using permission to make these calls.