Skip to main content
GET
/
auth
/
ping
Ping Test (No Auth)
curl --request GET \
  --url https://wks-a1b2c3d4.provisionr.io/api/v1/auth/ping
{
  "message": "There is a control plane on the other end!"
}

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
message
enum<string>
required
Available options:
There is a control plane on the other end!