jotform

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name JOTFORM_TOKEN or zero doctor check-connector --url https://api.jotform.com/user --method GET

How to Use

All examples below assume you have JOTFORM_TOKEN set. Authentication uses the APIKEY header.

1. Get User Account Info

Retrieve information about the authenticated user.

curl -s "https://api.jotform.com/user" --header "APIKEY: $JOTFORM_TOKEN" | jq .

2. Get Account Usage

Check API usage limits and current consumption.

Related skills
Installs
24
GitHub Stars
59
First Seen
Mar 12, 2026