How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NYCU OAuth API

The university's own OAuth 2.0 (RFC 6749) authorization server, fronting the NYCU single sign-on account. Only the authorization-code grant is offered. Applications register a client and a redirect-URI whitelist at /apply/app; the `profile` scope (account name and NYCU email) is open to any registered developer, while `name` and `status` carry sensitive personal data and must be justified and approved by the Information Technology Service Center — in principle only for systems the university itself develops or operates. Six documented endpoints. NYCU publishes no machine-readable description of the service and no discovery document, so the OpenAPI here is derived from the university's own documentation.

NYCU OAuth API is one of 8 APIs that National Yang Ming Chiao Tung University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Identity, Authentication, and Single Sign-On. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 2 JSON Schemas.

This API exposes 6 operations across 6 paths, organized into 2 resource areas, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2025-10-28.

Requests are made against a single base URL, https://id.nycu.edu.tw.

6 operations 6 paths 6 schemas 4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2025-10-28
Base URL
https://id.nycu.edu.tw
Authentication
OAuth 2.0
Terms of Service
Resource Areas
2

Authentication & Security 1

NYCU OAuth API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 3 scopes.

  • oauth2 — NYCU OAuth 2.0 (RFC 6749) authorization code grant. Clients register at https://id.nycu.edu.tw/apply/app. The terms of service require HTTPS, PKCE and CSRF pro…

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 4 GET, 2 POST. They span 2 resource areas: OAuth, Profile. Each is listed below with its method, path, parameters, and response codes.

OAuth 3

OAuth 2.0 authorization-code endpoints.

GET
/o/authorize/
Begin the authorization-code flow
authorize 5 params → 302400
POST
/o/token/
Exchange an authorization code for an access token
token body → 200400
POST
/o/revoke_token/
Revoke an access or refresh token
revokeToken body → 200400
Profile 3

Consented NYCU user identity attributes.

GET
/api/profile/
Get the consented user's account name and email
getProfile → 200401403
GET
/api/name/
Get the consented user's personal name
getName → 200401403
GET
/api/status/
Get the consented user's enrollment or employment status
getStatus → 200401403

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are TokenResponse (5 properties), TokenRequest (5 properties), RevokeRequest (3 properties), Status (2 properties). Each schema is shown below with its type and property counts.

TokenRequest
object
5 properties 5 required
TokenResponse
object
5 properties
RevokeRequest
object
3 properties 2 required
Profile
object
2 properties
Name
object
2 properties
Status
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nycu-oauth-api-openapi.yml Raw ↑

Other APIs National Yang Ming Chiao Tung University publishes across the network.

NYCU Dataverse OAI-PMH Endpoint
NYCU Institutional Repository OAI-PMH Endpoint
NYCU Dataverse (Dataverse Project deployment)
NYCU Institutional Repository (DSpace deployment)
NYCU Library Discovery (Ex Libris Primo tenancy)
DataCite Membership — NYCU Research Data Service
ROR Registration
Where this information came from

This is an independent, third-party profile of NYCU OAuth API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.