GET/spaces/api/v1/health.json
Get the health of spaces-api
Request Examples
Example Request
GET
/spaces/api/v1/health.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/account.json
Responses
- Code
- 200
- Description
- 200 OK Application Json Data
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
500 Internal Server Error
errResp
{
"Code": 0,
"Detail": "string",
"ID": "string",
"Title": "string"
}