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

JumpCloud Applications API

SSO/SAML applications configured in the organization.

JumpCloud Applications API is one of 7 APIs that JumpCloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Applications. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://console.jumpcloud.com/api.

5 operations 2 paths 0 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://console.jumpcloud.com/api
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

JumpCloud Applications API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — JumpCloud API key from the Admin Console API Settings.

Paths & Operations 5

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

Applications 5

SSO/SAML applications configured in the organization.

GET
/applications
List SSO/SAML applications
listApplications → 200
POST
/applications
Create an SSO/SAML application
createApplication → 201
GET
/applications/{id}
Retrieve an application
getApplication 1 param → 200
PUT
/applications/{id}
Update an application
updateApplication 1 param → 200
DELETE
/applications/{id}
Delete an application
deleteApplication 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jumpcloud-applications-api-openapi.yml Raw ↑

Other APIs JumpCloud publishes across the network.

JumpCloud API V1
JumpCloud API V2
JumpCloud System Context API
JumpCloud Application Templates API
JumpCloud Command Results API
JumpCloud Commands API