{
"opencollection": "1.0.0",
"info": {
"name": "Open API, powered by Propertyware Accounting Health check API",
"version": "1.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "x-propertyware-client-id",
"value": "{{x-propertyware-client-id}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Health check",
"type": "folder"
},
"items": [
{
"info": {
"name": "Health check",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.propertyware.com/pw/api/rest/v1/health"
},
"docs": "Indicates whether the API is up and running correctly.
"
}
]
}
],
"bundled": true
}