API Documentation
Status
Platform API
DAMC API
- Overview
- GETList assets
- GETList workers
- GETList asset maintenances
- GETList asset maintenance by id
- GETTotal asset maintenances
- GETList collectives
- GETVerify viewer
- POSTCreate asset
- POSTCreate worker
- POSTCreate collective
- POSTAdd workers to collective
- POSTTransfer asset
- POSTAdd asset viewers
- POSTAdd collective to asset
- POSTCreate maintenances
- PUTUpdate asset uri
- PATCHRemove asset viewers
- DELRemove collective of workers
- DELRemove workers from collective
Status
Status
Check the status of the API on the selected version
GET
/
healthz
Copy
curl --request GET \
--url https://dev-api.rootkey.ai/api-v1/healthz
Copy
{
"message": "[Auth service]: Status OK"
}
Response
200
application/json
API status response
The response is of type object
.
Copy
curl --request GET \
--url https://dev-api.rootkey.ai/api-v1/healthz
Copy
{
"message": "[Auth service]: Status OK"
}
Assistant
Responses are generated using AI and may contain mistakes.