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
Copy
Ask AI
curl --request GET \
--url https://api.dock.us/{version}/ping
Copy
Ask AI
"pong"
Response
200 - text/html
Server is up and running
The response is of type string
.
Examples:
"pong"
Copy
Ask AI
curl --request GET \
--url https://api.dock.us/{version}/ping
Copy
Ask AI
"pong"
Assistant
Responses are generated using AI and may contain mistakes.