mautic / mautic/api-library

Mautic API is not working

Open
#283 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
205
Forks
129
PR merge metrics
No merged PRs in 30d

Description

Hi, Im using BASIC Authentication , tried via POSTMAN.
Mautic version 4.4.2 latest version

GET /api/contacts -> This one is working for me, all get api works but post api fails.

POST /api/contacts/new/ -> this one and all others shows me error, Even after clearing the cache. There is no error logs in both Apache2 and Mautic logs.
{ "errors": [ { "message": "Requested URL not found: /api/contacts/new", "code": 404, "type": null } ] }

anyone help me on this.
Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the POST /api/contacts/new/ request in Postman against Mautic 4.4.2, then compare it with the working GET /api/contacts request. Check the Apache2 and Mautic logs while reproducing; done means identifying why POST endpoints return the reported 404 and documenting a verified fix or configuration requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.