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

API-Fiddle Sharing API

Share projects with other users.

API-Fiddle Sharing API is one of 5 APIs that API-Fiddle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Sharing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

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

Requests are made against a single base URL, https://api.api-fiddle.com/v1.

3 operations 2 paths 2 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://api.api-fiddle.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

API-Fiddle Sharing API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 3

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

Sharing 3

Share projects with other users.

GET
/projects/{projectId}/sharing
API-Fiddle List sharing settings
listSharing 1 param → 200
POST
/projects/{projectId}/sharing
API-Fiddle Share a project
shareProject 1 param body → 201
DELETE
/projects/{projectId}/sharing/{sharingId}
API-Fiddle Remove sharing
removeSharing 2 params → 204

Schemas 2

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

SharingInput
object
3 properties 2 required
SharingEntry
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

api-fiddle-sharing-api-openapi.yml Raw ↑

Other APIs API-Fiddle publishes across the network.

API-Fiddle Export API
API-Fiddle Projects API
API-Fiddle Specifications API
API-Fiddle Workspaces API