Mautic API is not working
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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