Error 403 when using JotForm API

  • iddo.bd
    Asked on June 15, 2021 at 10:31 AM

    Hi

    I am using python. I copied the example code from github:

    from jotform import *def main():    jotformAPIClient = JotformAPIClient('YOUR API KEY')    forms = jotformAPIClient.get_forms()    for form in forms:    	print form["title"]if __name__ == "__main__":    main()

    I changed the API key to the API key I generated.
    I allowed everything in the privacy settings and enabled full access.


    When I execute the code I get HTTP Error 403: Forbidden.
    Any chance you can help me out?
    Thanks,

    Iddo


  • Taylor JotForm Support
    Replied on June 15, 2021 at 1:31 PM

    Hello Iddo! 👋

    Thanks for reaching out! We actually have a dedicated API team that should be able to assist with your issue, they can be reached at api@jotform.com, a developer will be assigned to assist. I'd also recommend taking a look at our API documentation here. Just be sure to change the dropdown on the page to Python for the relevant documentation.

    1623778133 60c8e355ad614  Screenshot 10

    If you have any other questions or need any additional help, please let us know!

    Thanks!