Github API - Test Config

GET /user/repository_invitations
users
repos

When authenticating as a user, this endpoint will list all currently open repository invitations for that user.
List repository invitations for the authenticated user

Arguments
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)
304 not_modified

not_modified [scalar]

Not modified

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

requires_authentication [scalar]

Requires authentication

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

forbidden [scalar]

Forbidden

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

not_found [scalar]

Resource not found

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