Tasuku
ReferenceAPI referenceGithub

Read the configured GitHub App identity

GET/organizations/{organization_id}/github-app

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/github-app"
{  "data": {    "app_id": 0,    "app_slug": "string",    "mention_handle": "string",    "bot_login": "string",    "identity_refreshed_at": "2019-08-24T14:15:22Z"  }}