I am encountering a persistent issue while attempting to use the Veeqo API. Specifically, I am receiving an Internal Server Error (500) when calling the delivery_methods endpoint.
Details:
-
Endpoint:
GET https://api.veeqo.com/delivery_methods -
Observed Behavior: The API returns a 500 status code rather than the expected list of delivery methods.
-
Response Body:
JSON
{ "status": 500, "error": "Internal Server Error" }
Steps to Reproduce:
-
Send a GET request to
https://api.veeqo.com/delivery_methodsusing valid authentication headers. -
Observe the 500 error response.
I’ve checked my request headers and authentication, which appear to be correct. Has anyone else experienced this recently, or is there a known service disruption affecting this specific endpoint?
Any guidance or updates from the community or the Veeqo team would be greatly appreciated.