Github API - Test Config

GET /repos/{owner}/{repo}/invitations
repos

When authenticating as a user with admin rights to a repository, this endpoint will list all currently open repository invitations.
List repository invitations

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json repository-invitation []

repository-invitation [object]

Repository invitations let you manage who you collaborate with.

Attributes
created_at string

expired boolean

Whether or not the invitation has expired

html_url string

id integer

Unique identifier of the repository invitation.

node_id string

permissions string

The permission associated with the invitation.

repository minimal-repository

url string

URL for the repository invitation

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)