Healthcheck

IMGA have a REST API endpoint which hits one of our common services and highlights the health of our services. If you receive a 500 or error message then it suggests they are internal problems, which internally we will be notified of anyway and be resolving asap. URL - https://dde-api.data.imgarena.com/healthcheckarrow-up-right You should expect to get a 200 response and the following

{
    "message": "OK"
}

Last updated

Was this helpful?