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
Ping the API to check if it’s up
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"