Migrated from Redmine #1442 | Author: Marc Fowler
Status: New | Priority: Immediate, there is BUG! | Created: 2025-07-19
Hi SimplyMeet Dev Support,
Despite following all SM API Dev documentation, I’m still getting persistent API 404 or 500 errors - and I’d appreciate your assistance in resolving this.
Just to clarify, I was on a free trial until yesterday - but I don’t want you to assume this API issue is related to that. It was happening before the trial expired.
I’m still learning API-based automation and coding, so thank you in advance for your patience!
Booking Endpoint I’m Using
POST https://secure.simplymeet.me/panel/api/event
Headers I’m Sending
Key Value
X-API-KEY:
Accept: application/json
Content-Type: application/json
Raw JSON Body (sent as raw JSON)
{
“eventTypeId”: 248556,
“name”: “Marc Test”,
“email”: “test@example.com”,
“startTime”: “2025-07-21T14:00:00+10:00”
}
Troubleshooting Already Performed:
Confirmed eventTypeId is valid.
API key tested at /panel/api/api-key and confirmed active.
Time slot manually bookable via public SimplyMeet link.
JSON is well-formed and sent as raw, not form-data.
All Postman auto-headers disabled or removed (when possible in Postman).
Verified ISO 8601 timestamp with UTC offset.
Tried multiple browsers, Postman environments, and deployment contexts.
Current Result:
POST /panel/api/event consistently returns either:
404 Not Found
or 500 Internal Server Error
Yet GET /panel/api/event-type/availability/248556?startDate=…&endDate=… works perfectly
Possibly Related Support Case:
I’ve attached a PDF showing another developer (Ticket #1243, June 2024) encountered the exact same issue with this endpoint — and your team simply replied:
“fixed.”
Could this be another instance of that backend issue? If so, could you please re-check the eventTypeId config or the service backend linked to my account?
Request for Help:
I’d love to get this working for production use ASAP. If there’s a feature toggle, configuration quirk, or hidden field issue behind the scenes - I’d really appreciate your guidance. I’m learning this as I go, and your help has been amazing so far.
Warm regards,
Marc Fowler