v1.0.0
OAS 3.1.0

ProAPIs Internal API

ProAPIs internal API that offers user authentication, billing and other internal APIs.

Server: https://api.proapis.com/internal-api/v1

API v1.0 server base path.

Client Libraries

Misc

Status

This endpoint provides a health check for the service, primarily used by Kubernetes readiness probes. It returns a JSON response indicating the service status, helping to ensure that the service is operational and ready to handle traffic.

Responses
Request Example forGET/status
curl https://api.proapis.com/internal-api/v1/status
{
  "status": true
}

Models