Internal token introspection endpoint, no JWT authentication, only for inter-service calls. Uses system standard envelope dto_base.DataResponse[T]. Differs from standard Introspect endpoint: accepts only JSON body (not form-encoded), response uses system standard envelope instead of OAuth flat format, not exposed to external OAuth clients.
OAuth - InternalNoneapplication/json
Request Body
Accepts an empty JSON object {}
Responses
Status
Description
Schema
200
Introspection result (includes active, client_id, user_id, scope, exp)