Hi Mollie team,
one Issue I still have is I get an 503 when I try to use the events api.
path: /v2/events/eventID
What can I do about that?
reponse:
"status": 503,
"title": "Service Temporarily Unavailable",
"detail": "The service is currently unavailable due to an upstream (503) or internal error (500).",
"_links": {
"apiStatus": {
"href": "https://status.mollie.com",
"type": "text/html"
},
"documentation": {
"href": "https://docs.mollie.com/overview/handling-errors",
"type": "text/html"
}
}
}```