Status Check
Ping the API
API Reference
Status Check
Accounts
Workspaces
Workspace users
Workspace domains
Workspace pages
Workspace sections
Workspace plan tasks
Status Check
Ping the API
GET
/
ping
curl --request GET \
--url https://api.dock.so:4000/{version}/ping
"pong"
Response
200 - text/html
Server is up and running
The response is of type string
.
Example:
"pong"
curl --request GET \
--url https://api.dock.so:4000/{version}/ping
"pong"