GET
/status
curl \
--request GET 'https://api.ppe-analytics.com/api/v1/status'
Response examples (200)
{
"status": "OK",
"message": "Welcome to Deck API! Check out the API doc at https://api-doc.ppe-analytics.com"
}
Response examples (503)
{
"status": "ERROR",
"message": "Deck API is temporarily unavailable. We're working on it to bring it back as soon as possible."
}