GET
/connect
curl \
-X GET https://api.ppe-analytics.com/api/v1/connect \
-H "PPEApiKey: $API_KEY"
Response examples (200)
{
"status": "OK",
"message": "This API key is valid for coporation mi-6"
}
Response examples (403)
{
"status": "ERROR",
"message": "Invalid API key. Did you provide it as PPEAPIKey header? Check the doc at https://api-doc.ppe-analytics.com. Contact us at support@ppe-analytics.com if you need some help."
}