Skip to content

/vcs/github/app/registrations

GET
/vcs/github/app/registrations
curl --request GET \
--url https://example.com/api/v1/vcs/github/app/registrations

Default Response

Media type application/json
Array<object>
object
id
required
string
appId
required
string
slug
required
string
name
required
string
htmlUrl
required
Any of:
string
createdAt
required
string format: date-time
Example generated
[
{
"id": "example",
"appId": "example",
"slug": "example",
"name": "example",
"htmlUrl": "example",
"createdAt": "2026-04-15T12:00:00Z"
}
]