How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Apps API

Information for integrations and installations.

APIs.io Engineering Platform Apps API is one of 471 APIs that APIs.io Engineering Platform publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 29 operations across 23 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 1.1.4.

Requests are made against a single base URL, {protocol}://{hostname}/api/v3.

29 operations 23 paths 23 schemas 6 DELETE14 GET2 PATCH5 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.4
Base URL
https://{bucketname}.s3.amazonaws.com
Contact
License
Terms of Service
Resource Areas
1

Paths & Operations 29

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

Apps 29

Information for integrations and installations.

GET
/app
APIs.io Engineering Platform Get the authenticated app
apps/get-authenticated → 200
POST
/app-manifests/{code}/conversions
APIs.io Engineering Platform Create a GitHub App from a manifest
apps/create-from-manifest 1 param → 201404422
GET
/app/hook/config
APIs.io Engineering Platform Get a webhook configuration for an app
apps/get-webhook-config-for-app → 200
PATCH
/app/hook/config
APIs.io Engineering Platform Update a webhook configuration for an app
apps/update-webhook-config-for-app body → 200
GET
/app/hook/deliveries
APIs.io Engineering Platform List deliveries for an app webhook
apps/list-webhook-deliveries 3 params → 200400422
GET
/app/hook/deliveries/{delivery_id}
APIs.io Engineering Platform Get a delivery for an app webhook
apps/get-webhook-delivery 1 param → 200400422
POST
/app/hook/deliveries/{delivery_id}/attempts
APIs.io Engineering Platform Redeliver a delivery for an app webhook
apps/redeliver-webhook-delivery 1 param → 202400422
GET
/app/installation-requests
APIs.io Engineering Platform List installation requests for the authenticated app
apps/list-installation-requests-for-authenticated-app 2 params → 200304401
GET
/app/installations
APIs.io Engineering Platform List installations for the authenticated app
apps/list-installations 4 params → 200
GET
/app/installations/{installation_id}
APIs.io Engineering Platform Get an installation for the authenticated app
apps/get-installation 1 param → 200404
DELETE
/app/installations/{installation_id}
APIs.io Engineering Platform Delete an installation for the authenticated app
apps/delete-installation 1 param → 204404
POST
/app/installations/{installation_id}/access_tokens
APIs.io Engineering Platform Create an installation access token for an app
apps/create-installation-access-token 1 param body → 201403401404422
PUT
/app/installations/{installation_id}/suspended
APIs.io Engineering Platform Suspend an app installation
apps/suspend-installation 1 param → 204404
DELETE
/app/installations/{installation_id}/suspended
APIs.io Engineering Platform Unsuspend an app installation
apps/unsuspend-installation 1 param → 204404
DELETE
/applications/{client_id}/grant
APIs.io Engineering Platform Delete an app authorization
apps/delete-authorization 1 param body → 204422
POST
/applications/{client_id}/token
APIs.io Engineering Platform Check a token
apps/check-token 1 param body → 200422404
PATCH
/applications/{client_id}/token
APIs.io Engineering Platform Reset a token
apps/reset-token 1 param body → 200422
DELETE
/applications/{client_id}/token
APIs.io Engineering Platform Delete an app token
apps/delete-token 1 param body → 204422
POST
/applications/{client_id}/token/scoped
APIs.io Engineering Platform Create a scoped access token
apps/scope-token 1 param body → 200401403404422
GET
/apps/{app_slug}
APIs.io Engineering Platform Get an app
apps/get-by-slug 1 param → 200403404
GET
/installation/repositories
APIs.io Engineering Platform List repositories accessible to the app installation
apps/list-repos-accessible-to-installation 2 params → 200403304401
DELETE
/installation/token
APIs.io Engineering Platform Revoke an installation access token
apps/revoke-installation-access-token → 204
GET
/orgs/{org}/installation
APIs.io Engineering Platform Get an organization installation for the authenticated app
apps/get-org-installation 1 param → 200
GET
/repos/{owner}/{repo}/installation
APIs.io Engineering Platform Get a repository installation for the authenticated app
apps/get-repo-installation 2 params → 200301404
GET
/user/installations
APIs.io Engineering Platform List app installations accessible to the user access token
apps/list-installations-for-authenticated-user 2 params → 200304403401
GET
/user/installations/{installation_id}/repositories
APIs.io Engineering Platform List repositories accessible to the user access token
apps/list-installation-repos-for-authenticated-user 3 params → 200404403304
PUT
/user/installations/{installation_id}/repositories/{repository_id}
APIs.io Engineering Platform Add a repository to an app installation
apps/add-repo-to-installation-for-authenticated-user 2 params → 204403304404
DELETE
/user/installations/{installation_id}/repositories/{repository_id}
APIs.io Engineering Platform Remove a repository from an app installation
apps/remove-repo-from-installation-for-authenticated-user 2 params → 204403304404
GET
/users/{username}/installation
APIs.io Engineering Platform Get a user installation for the authenticated app
apps/get-user-installation 1 param → 200

Schemas 23

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

webhook-config-content-type
string
The media type used to serialize the payloads. Supported values include json and form. The default is form.
webhook-config-secret
string
If provided, the secret will be used as the key to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-serve…
installation
object
Installation
20 properties 17 required
validation-error
object
Validation Error
3 properties 2 required
webhook-config-insecure-ssl
authorization
object
The authorization for an OAuth app, GitHub App, or a Personal Access Token.
15 properties 13 required
nullable-simple-user
objectnull
A GitHub user.
21 properties 18 required
nullable-license-simple
objectnull
License Simple
6 properties 5 required
integration-installation-request
object
Request to install an integration on a target
5 properties 4 required
validation-error-simple
object
Validation Error Simple
3 properties 2 required
webhook-config-url
string
The URL to which the payloads will be delivered.
repository
object
A repository on GitHub.
95 properties 73 required
simple-user
object
A GitHub user.
21 properties 18 required
app-permissions
object
The permissions granted to the user access token.
45 properties
hook-delivery-item
object
Delivery made by a webhook, without request and response information.
12 properties 11 required
webhook-config
object
Configuration object of the webhook
4 properties
scim-error
object
Scim Error
6 properties
nullable-scoped-installation
objectnull
7 properties 5 required
enterprise
object
An enterprise on GitHub.
10 properties 8 required
integration
objectnull
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They…
17 properties 11 required
installation-token
object
Authentication token for a GitHub App installed on a user or org.
8 properties 2 required
hook-delivery
object
Delivery made by a webhook.
15 properties 13 required
basic-error
object
Basic Error
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs APIs.io Engineering Platform publishes across the network.

EasyCron
APIs.io Engineering Platform 2014 11 13 API
APIs.io Engineering Platform 2015 03 31 API
APIs.io Engineering Platform 2016 08 19 API
APIs.io Engineering Platform 2017 03 31 API
APIs.io Engineering Platform 2017 10 31 API
APIs.io Engineering Platform 2018 10 31 API
APIs.io Engineering Platform 2019 09 25 API
APIs.io Engineering Platform 2019 09 30 API
APIs.io Engineering Platform 2020 04 22 API
APIs.io Engineering Platform 2020 06 30 API
Where this information came from

This is an independent, third-party profile of APIs.io Engineering Platform Apps API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.