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

RapidAPI Applications API

Endpoints for creating, updating, and deleting applications and their associated authorizations within the Enterprise Hub.

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

This API exposes 6 JSON Schema definitions.

Tagged areas include Applications. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 6 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://gateway.rapidapi.com/v1.

4 operations 2 paths 2 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://gateway.rapidapi.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

RapidAPI Applications API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-RapidAPI-Key (rapidApiKey). By default, every request must be authenticated.

  • rapidApiKey — RapidAPI key used for authenticating requests to the Gateway API.

Paths & Operations 4

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

Applications 4

Endpoints for creating, updating, and deleting applications and their associated authorizations within the Enterprise Hub.

GET
/applications
List all applications
listApplications 2 params → 200401
POST
/applications
Create an application
createApplication body → 201400401
PUT
/applications/{applicationId}
Update an application
updateApplication 1 param body → 200400401404
DELETE
/applications/{applicationId}
Delete an application
deleteApplication 1 param → 204401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Application (6 properties), ApplicationInput (2 properties). Each schema is shown below with its type and property counts.

ApplicationInput
object
2 properties 1 required
Application
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidapi-applications-api-openapi.yml Raw ↑

Other APIs RapidAPI publishes across the network.

RapidAPI Alerts API
RapidAPI Analytics API
RapidAPI Apis API
RapidAPI Authentication API
RapidAPI Categories API
RapidAPI Collections API
RapidAPI Definitions API
RapidAPI Documentation API
RapidAPI Endpoints API
RapidAPI Environments API
RapidAPI Executions API
RapidAPI Gateways API