Skip to main content
GET
/
.well-known
/
oauth-authorization-server
OAuth 2.0 Authorization Server Metadata
curl --request GET \
  --url https://api.neus.network/.well-known/oauth-authorization-server
{
  "response_types_supported": [],
  "code_challenge_methods_supported": [],
  "grant_types_supported": [],
  "token_endpoint_auth_methods_supported": [],
  "scopes_supported": [],
  "service_documentation": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Authorization server metadata

OAuth 2.0 Authorization Server Metadata (RFC 8414). Served at https://neus.network/.well-known/oauth-authorization-server.

issuer
enum<string>
required
Available options:
https://neus.network
authorization_endpoint
enum<string>
required
Available options:
https://neus.network/oauth/authorize
token_endpoint
enum<string>
required
Available options:
https://neus.network/api/v1/auth/mcp/token
response_types_supported
enum<string>[]
required
Available options:
code
code_challenge_methods_supported
enum<string>[]
required
Available options:
S256
revocation_endpoint
enum<string>
Available options:
https://neus.network/api/v1/auth/mcp/revoke
grant_types_supported
enum<string>[]
Available options:
authorization_code,
refresh_token
token_endpoint_auth_methods_supported
enum<string>[]
Available options:
none
scopes_supported
enum<string>[]
Available options:
neus:core,
neus:profile,
neus:secrets,
offline_access
service_documentation
string<uri>