I receive a 404 error when trying to access the API endpoint /api/users/me.
Authorization: I have confirmed that the Authorization headers are being sent correctly. When accessing the endpoint directly, the server returns the following response:
endpoint_not_found
Requested endpoint cannot be found.invalid_action
Endpoints:
Could you please assist in identifying the cause of this issue?
Authorization: I have confirmed that the Authorization headers are being sent correctly. When accessing the endpoint directly, the server returns the following response:
endpoint_not_found
Requested endpoint cannot be found.invalid_action
Endpoints:
- Authorization endpoint: mysite/oauth2/authorize
- Token endpoint: mysite/api/oauth2/token
- Token revocation endpoint: mysite/api/oauth2/revoke
- Redirect URI: mysite/music/oauth_callback.php
- API Key: I am using a super-user API key with all scopes enabled, including user:read.
Could you please assist in identifying the cause of this issue?