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 Orgs API

Interact with GitHub Orgs.

APIs.io Engineering Platform Orgs 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 Organization. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 49 operations across 30 paths, and defines 31 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.

49 operations 30 paths 31 schemas 9 DELETE25 GET6 PATCH5 POST4 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 49

Across 30 paths, the API surfaces 49 operations — 9 DELETE, 25 GET, 6 PATCH, 5 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Orgs 49

Interact with GitHub Orgs.

GET
/organizations
APIs.io Engineering Platform List organizations
orgs/list 2 params → 200304
GET
/organizations/{organization_id}/custom_rolesdeprecated
APIs.io Engineering Platform Deprecated - List custom repository roles in an organization
orgs/list-custom-roles 1 param → 200
GET
/orgs/{org}
APIs.io Engineering Platform Get an organization
orgs/get 1 param → 200404
PATCH
/orgs/{org}
APIs.io Engineering Platform Update an organization
orgs/update 1 param body → 200422409
DELETE
/orgs/{org}
APIs.io Engineering Platform Delete an organization
orgs/delete 1 param → 202404403
GET
/orgs/{org}/announcement
APIs.io Engineering Platform Get announcement banner for organization
announcement-banners/get-announcement-banner-for-org 1 param → 200
PATCH
/orgs/{org}/announcement
APIs.io Engineering Platform Set announcement banner for organization
announcement-banners/set-announcement-banner-for-org 1 param body → 200
DELETE
/orgs/{org}/announcement
APIs.io Engineering Platform Remove announcement banner from organization
announcement-banners/remove-announcement-banner-for-org 1 param → 204
GET
/orgs/{org}/audit-log
APIs.io Engineering Platform Get the audit log for an organization
orgs/get-audit-log 8 params → 200
GET
/orgs/{org}/custom-repository-roles
APIs.io Engineering Platform List custom repository roles in an organization
orgs/list-custom-repo-roles 1 param → 200
POST
/orgs/{org}/custom-repository-roles
APIs.io Engineering Platform Create a custom repository role
orgs/create-custom-repo-role 1 param body → 201422404
GET
/orgs/{org}/custom-repository-roles/{role_id}
APIs.io Engineering Platform Get a custom repository role
orgs/get-custom-repo-role 2 params → 200404
PATCH
/orgs/{org}/custom-repository-roles/{role_id}
APIs.io Engineering Platform Update a custom repository role
orgs/update-custom-repo-role 2 params body → 200422404
DELETE
/orgs/{org}/custom-repository-roles/{role_id}
APIs.io Engineering Platform Delete a custom repository role
orgs/delete-custom-repo-role 2 params → 204
GET
/orgs/{org}/hooks
APIs.io Engineering Platform List organization webhooks
orgs/list-webhooks 3 params → 200404
POST
/orgs/{org}/hooks
APIs.io Engineering Platform Create an organization webhook
orgs/create-webhook 1 param body → 201422404
GET
/orgs/{org}/hooks/{hook_id}
APIs.io Engineering Platform Get an organization webhook
orgs/get-webhook 2 params → 200404
PATCH
/orgs/{org}/hooks/{hook_id}
APIs.io Engineering Platform Update an organization webhook
orgs/update-webhook 2 params body → 200422404
DELETE
/orgs/{org}/hooks/{hook_id}
APIs.io Engineering Platform Delete an organization webhook
orgs/delete-webhook 2 params → 204404
GET
/orgs/{org}/hooks/{hook_id}/config
APIs.io Engineering Platform Get a webhook configuration for an organization
orgs/get-webhook-config-for-org 2 params → 200
PATCH
/orgs/{org}/hooks/{hook_id}/config
APIs.io Engineering Platform Update a webhook configuration for an organization
orgs/update-webhook-config-for-org 2 params body → 200
GET
/orgs/{org}/hooks/{hook_id}/deliveries
APIs.io Engineering Platform List deliveries for an organization webhook
orgs/list-webhook-deliveries 5 params → 200400422
GET
/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}
APIs.io Engineering Platform Get a webhook delivery for an organization webhook
orgs/get-webhook-delivery 3 params → 200400422
POST
/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts
APIs.io Engineering Platform Redeliver a delivery for an organization webhook
orgs/redeliver-webhook-delivery 3 params → 202400422
POST
/orgs/{org}/hooks/{hook_id}/pings
APIs.io Engineering Platform Ping an organization webhook
orgs/ping-webhook 2 params → 204404
GET
/orgs/{org}/installations
APIs.io Engineering Platform List app installations for an organization
orgs/list-app-installations 3 params → 200
GET
/orgs/{org}/members
APIs.io Engineering Platform List organization members
orgs/list-members 5 params → 200422
GET
/orgs/{org}/members/{username}
APIs.io Engineering Platform Check organization membership for a user
orgs/check-membership-for-user 2 params → 204302404
DELETE
/orgs/{org}/members/{username}
APIs.io Engineering Platform Remove an organization member
orgs/remove-member 2 params → 204403
GET
/orgs/{org}/memberships/{username}
APIs.io Engineering Platform Get organization membership for a user
orgs/get-membership-for-user 2 params → 200404403
PUT
/orgs/{org}/memberships/{username}
APIs.io Engineering Platform Set organization membership for a user
orgs/set-membership-for-user 2 params body → 200422403
DELETE
/orgs/{org}/memberships/{username}
APIs.io Engineering Platform Remove organization membership for a user
orgs/remove-membership-for-user 2 params → 204403404
GET
/orgs/{org}/outside_collaborators
APIs.io Engineering Platform List outside collaborators for an organization
orgs/list-outside-collaborators 4 params → 200
PUT
/orgs/{org}/outside_collaborators/{username}
APIs.io Engineering Platform Convert an organization member to outside collaborator
orgs/convert-member-to-outside-collaborator 2 params body → 202204403404
DELETE
/orgs/{org}/outside_collaborators/{username}
APIs.io Engineering Platform Remove outside collaborator from an organization
orgs/remove-outside-collaborator 2 params → 204422
GET
/orgs/{org}/public_members
APIs.io Engineering Platform List public organization members
orgs/list-public-members 3 params → 200
GET
/orgs/{org}/public_members/{username}
APIs.io Engineering Platform Check public organization membership for a user
orgs/check-public-membership-for-user 2 params → 204404
PUT
/orgs/{org}/public_members/{username}
APIs.io Engineering Platform Set public organization membership for the authenticated user
orgs/set-public-membership-for-authenticated-user 2 params → 204403
DELETE
/orgs/{org}/public_members/{username}
APIs.io Engineering Platform Remove public organization membership for the authenticated user
orgs/remove-public-membership-for-authenticated-user 2 params → 204
GET
/orgs/{org}/repository-fine-grained-permissions
APIs.io Engineering Platform List repository fine-grained permissions for an organization
orgs/list-repo-fine-grained-permissions 1 param → 200
GET
/orgs/{org}/security-managers
APIs.io Engineering Platform List security manager teams
orgs/list-security-manager-teams 1 param → 200
PUT
/orgs/{org}/security-managers/teams/{team_slug}
APIs.io Engineering Platform Add a security manager team
orgs/add-security-manager-team 2 params → 204409
DELETE
/orgs/{org}/security-managers/teams/{team_slug}
APIs.io Engineering Platform Remove a security manager team
orgs/remove-security-manager-team 2 params → 204
POST
/orgs/{org}/{security_product}/{enablement}
APIs.io Engineering Platform Enable or disable a security feature for an organization
orgs/enable-or-disable-security-product-on-all-org-repos 3 params → 204422
GET
/user/memberships/orgs
APIs.io Engineering Platform List organization memberships for the authenticated user
orgs/list-memberships-for-authenticated-user 3 params → 200304403401422
GET
/user/memberships/orgs/{org}
APIs.io Engineering Platform Get an organization membership for the authenticated user
orgs/get-membership-for-authenticated-user 1 param → 200403404
PATCH
/user/memberships/orgs/{org}
APIs.io Engineering Platform Update an organization membership for the authenticated user
orgs/update-membership-for-authenticated-user 1 param body → 200403404422
GET
/user/orgs
APIs.io Engineering Platform List organizations for the authenticated user
orgs/list-for-authenticated-user 2 params → 200304403401
GET
/users/{username}/orgs
APIs.io Engineering Platform List organizations for a user
orgs/list-for-user 3 params → 200

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are organization-full (56 properties), app-permissions (45 properties), audit-log-event (43 properties), nullable-simple-user (21 properties). Each schema is shown below with its type and property counts.

announcement-banner
object
Announcement at either the repository, organization, or enterprise level
3 properties 3 required
installation
object
Installation
20 properties 17 required
nullable-simple-user
objectnull
A GitHub user.
21 properties 18 required
app-permissions
object
The permissions granted to the user access token.
45 properties
repository-fine-grained-permission
object
A fine-grained permission that protects repository resources.
2 properties 2 required
org-membership
object
Org Membership
7 properties 6 required
organization-full
object
Organization Full
56 properties 23 required
webhook-config-insecure-ssl
org-hook
object
Org Hook
11 properties 10 required
announcement-user-dismissible
booleannull
Whether an announcement can be dismissed by the user.
validation-error-simple
object
Validation Error Simple
3 properties 2 required
simple-user
object
A GitHub user.
21 properties 18 required
webhook-config
object
Configuration object of the webhook
4 properties
scim-error
object
Scim Error
6 properties
webhook-config-content-type
string
The media type used to serialize the payloads. Supported values include json and form. The default is form.
validation-error
object
Validation Error
3 properties 2 required
announcement-message
stringnull
The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs…
webhook-config-url
string
The URL to which the payloads will be delivered.
team-simple
object
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
hook-delivery-item
object
Delivery made by a webhook, without request and response information.
12 properties 11 required
announcement
object
Enterprise global announcement
2 properties 1 required
audit-log-event
object
43 properties
hook-delivery
object
Delivery made by a webhook.
15 properties 13 required
organization-custom-repository-role-update-schema
object
4 properties
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…
organization-custom-repository-role
object
Custom repository roles created by organization owners
8 properties 7 required
organization-custom-repository-role-create-schema
object
4 properties 3 required
organization-simple
object
A GitHub organization.
12 properties 12 required
announcement-expiration
stringnull
The time at which the announcement expires. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO8601) format: YYYY-MM-DDTHH:MM:SSZ. To set an an…
enterprise
object
An enterprise on GitHub.
10 properties 8 required
basic-error
object
Basic Error
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-orgs-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 Orgs 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.