You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: