In Swagger, FHIR API working, but Standard API not working

Hi Team,
When I apply the API Client, I select all scope but system/*,
I can authorize with Swagger, and try FHIR API.
But all Standard API return 401 Error: Unauthorized,
Here is response:

Do you know what I am missing?

What scopes did you register with for your client application? If you only registered with FHIR scopes you will get the response you are seeing. Note the frontend admin page only allows registration of FHIR scopes, there’s an outstanding feature request to enhance the page to allow the older ‘standard’ api scopes that OpenEMR used prior to FHIR.

Scopes of the API Client

  • openid
  • fhirUser
  • online_access
  • offline_access
  • launch
  • launch/patient
  • api:oemr
  • api:fhir
  • api:port
  • profile
  • name
  • address
  • given_name
  • family_name
  • nickname
  • phone
  • phone_verified
  • email
  • email_verified
  • site:default
  • patient/AllergyIntolerance.read
  • patient/Appointment.read
  • patient/Binary.read
  • patient/CarePlan.read
  • patient/CareTeam.read
  • patient/Condition.read
  • patient/Coverage.read
  • patient/Device.read
  • patient/DiagnosticReport.read
  • patient/DocumentReference.$docref
  • patient/DocumentReference.read
  • patient/Encounter.read
  • patient/Goal.read
  • patient/Immunization.read
  • patient/Location.read
  • patient/Medication.read
  • patient/MedicationRequest.read
  • patient/Observation.read
  • patient/Organization.read
  • patient/Patient.read
  • patient/Person.read
  • patient/Practitioner.read
  • patient/Procedure.read
  • patient/Provenance.read
  • user/AllergyIntolerance.read
  • user/Appointment.read
  • user/Binary.read
  • user/CarePlan.read
  • user/CareTeam.read
  • user/Condition.read
  • user/Coverage.read
  • user/Device.read
  • user/DiagnosticReport.read
  • user/DocumentReference.$docref
  • user/DocumentReference.read
  • user/Encounter.read
  • user/Goal.read
  • user/Immunization.read
  • user/Location.read
  • user/Medication.read
  • user/MedicationRequest.read
  • user/Observation.read
  • user/Organization.read
  • user/Organization.write
  • user/Patient.read
  • user/Patient.write
  • user/Person.read
  • user/Practitioner.read
  • user/Practitioner.write
  • user/PractitionerRole.read
  • user/Procedure.read
  • user/Provenance.read

Thank you for reply.
If the frontend admin page only allows registration of FHIR scopes,
how to get registration for using standard API ??