Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • What is the full endpoint URL? Is your live site installed in a subdirectory? Commented Nov 8, 2023 at 6:09
  • The Joomla API endpoint URL is on another Server. It works with Postman ("multipart/form-data"). Commented Nov 8, 2023 at 11:48
  • Added some code to the question above Commented Nov 8, 2023 at 14:58
  • Can you try changing URL so it includes index.php, e.g. https://myjoomlaapiserver.com/api/index.php/v1/...? Commented Nov 8, 2023 at 16:24
  • 1
    I'm almost certain server configuration needs to be updated to allow api/index.php handle SEF URLs. See Joomla documentation for Nginx docs.joomla.org/Nginx. For Apache, inspect the htaccess.txt that ships with Joomla (note it has an error which prevents API from working when J! is installed in a subdirectory). Commented Nov 9, 2023 at 18:19