Which endpoint is used for user authorization(Customer)?

  • ./oauth/initiate
  • ./oauth/authorize
  • ./admin/oauth_authorize
  • ./oauth/token

devdocs.magento.com/guides/m1x/api/rest/authentication/oauth_authentication.html#OAuthAuthentication-AuthenticationEndpoints

01