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

Y42 Spaces API

The Spaces API from Y42 — 5 operation(s) for spaces.

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

Tagged areas include Spaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 5 paths. It is described by OpenAPI 3.0.1, at version 4.

Requests are made against a single base URL, https://api.y42.dev.

6 operations 5 paths 0 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
4
Base URL
https://api.y42.dev
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — Y42 API keys are created in the organization settings inside the Y42 app and passed as a Bearer token in the Authorization header.

Paths & Operations 6

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

Spaces 6
GET
/api/1/github-backend/{org_slug}/
List spaces
listSpaces 1 param → 200
POST
/api/1/github-backend/{org_slug}/space
Create a space
createSpace 1 param → 200
GET
/api/1/github-backend/{org_slug}/space/{slug}
Retrieve a space
getSpace 2 params → 200
DELETE
/api/1/github-backend/{org_slug}/space/{slug}
Delete a space
deleteSpace 2 params → 200
PATCH
/api/1/github-backend/{org_slug}/space/{slug}/credentials
Update space credentials
updateSpaceCredentials 2 params → 200
POST
/api/1/credential/{org_slug}/{space_slug}/connections
Create a connection
createConnection 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

y42-spaces-api-openapi.yml Raw ↑

Other APIs Y42 publishes across the network.

Y42 Webhooks
Y42 Manifest API
Y42 Orchestration API
Y42 Runs API