MCP Gateway
ApiOauth apps

Get OAuth app

Retrieve a single OAuth app by ID with masked credentials.

GET
/api/v1/oauth-apps/{app_id}

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

app_id*string
Formatuuid
access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/oauth-apps/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
  "alias": "string",
  "name": "string",
  "client_id": "string",
  "client_secret_masked": "string",
  "auth_url": "string",
  "token_url": "string",
  "scopes": [
    "string"
  ],
  "tenant_id": "string",
  "instance_url": "string",
  "gitlab_base_url": "string",
  "hubspot_app_id": "string",
  "authorization_server_url": "string",
  "is_global": true,
  "is_enabled": true,
  "additional_config": {},
  "template_type": "github",
  "template_name": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z",
  "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}