Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Jotform Submission API

The Submission API from Jotform — 3 operation(s) for submission.

Jotform Submission API is one of 10 APIs that Jotform publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Submission. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and an AsyncAPI specification.

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 3 base URLs: https://api.jotform.com, https://eu-api.jotform.com, https://hipaa-api.jotform.com.

6 operations 3 paths 0 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.jotform.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Jotform Submission API declares 2 security schemes for authenticating requests. An API key is passed in the header as APIKEY (ApiKeyHeader). An API key is passed in the query as apiKey (ApiKeyQuery). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Submission 6
GET
/user/submissions
List all submissions across all forms owned by the user
getUserSubmissions → 200
GET
/form/{formID}/submissions
List the submissions of a form
getFormSubmissions 1 param → 200
POST
/form/{formID}/submissions
Submit data to a form (create a new submission)
createFormSubmission 1 param body → 200
GET
/submission/{submissionID}
Get a single submission
getSubmission 1 param → 200
POST
/submission/{submissionID}
Edit an existing submission
editSubmission 1 param body → 200
DELETE
/submission/{submissionID}
Delete a submission
deleteSubmission 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jotform-submission-api-openapi.yml Raw ↑

Other APIs Jotform publishes across the network.

Jotform REST API (EU)
Jotform REST API (HIPAA)
Jotform Folder API
Jotform Form API
Jotform Label API
Jotform Report API
Jotform System API
Jotform User API
Jotform Webhook API