curl --request GET \
--url https://api.dock.us/{version}/ping \
--header 'Authorization: Bearer <token>'"<string>"Ping the API to check if it’s up
curl --request GET \
--url https://api.dock.us/{version}/ping \
--header 'Authorization: Bearer <token>'"<string>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Server is up and running
The response is of type string.