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

APIs.io Engineering Platform Migrations API

Move projects to or from GitHub.

This API exposes 11 operations across 8 paths, and defines 10 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

11 operations 8 paths 10 schemas 2 DELETE7 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform Migrations API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 11

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

Migrations 11

Move projects to or from GitHub.

GET
/orgs/{org}/migrations
APIs.io Engineering Platform List organization migrations
migrations/list-for-org 4 params → 200
POST
/orgs/{org}/migrations
APIs.io Engineering Platform Start an organization migration
migrations/start-for-org 1 param body → 201404422
GET
/orgs/{org}/migrations/{migration_id}
APIs.io Engineering Platform Get an organization migration status
migrations/get-status-for-org 3 params → 200404
GET
/orgs/{org}/migrations/{migration_id}/archive
APIs.io Engineering Platform Download an organization migration archive
migrations/download-archive-for-org 2 params → 302404
DELETE
/orgs/{org}/migrations/{migration_id}/archive
APIs.io Engineering Platform Delete an organization migration archive
migrations/delete-archive-for-org 2 params → 204404
DELETE
/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock
APIs.io Engineering Platform Unlock an organization repository
migrations/unlock-repo-for-org 3 params → 204404
GET
/orgs/{org}/migrations/{migration_id}/repositories
APIs.io Engineering Platform List repositories in an organization migration
migrations/list-repos-for-org 4 params → 200404
GET
/user/migrations
APIs.io Engineering Platform List user migrations
migrations/list-for-authenticated-user 2 params → 200304403401
POST
/user/migrations
APIs.io Engineering Platform Start a user migration
migrations/start-for-authenticated-user body → 201422304403401
GET
/user/migrations/{migration_id}/archive
APIs.io Engineering Platform Download a user migration archive
migrations/get-archive-for-authenticated-user 1 param → 302304403401
GET
/user/migrations/{migration_id}/repositories
APIs.io Engineering Platform List repositories for a user migration
migrations/list-repos-for-authenticated-user 3 params → 200404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are repository (95 properties), minimal-repository (87 properties), nullable-simple-user (21 properties), simple-user (21 properties). Each schema is shown below with its type and property counts.

nullable-simple-user
object
A GitHub user.
21 properties 18 required
repository
object
A repository on GitHub.
95 properties 73 required
code-of-conduct
object
Code Of Conduct
5 properties 4 required
basic-error
object
Basic Error
4 properties
validation-error
object
Validation Error
3 properties 2 required
migration
object
A migration.
18 properties 16 required
simple-user
object
A GitHub user.
21 properties 18 required
minimal-repository
object
Minimal Repository
87 properties 46 required
nullable-license-simple
object
License Simple
6 properties 5 required
security-and-analysis
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-migrations-api-openapi.yml Raw ↑