Skip to main content
GET
https://credzu.com/wp-json/credzu/v1
/
ping
curl https://credzu.com/wp-json/credzu/v1/ping
{
  "success": true,
  "message": "Credzu API online",
  "version": "1.0.0"
}

Overview

Simple health check endpoint to verify the Credzu API is online and responding. This endpoint does not require authentication.
This is the only endpoint that doesn’t require an API key.

Response

success
boolean
Always true when the API is online
message
string
Status message confirming the API is operational
version
string
Current API version

Example Response

{
  "success": true,
  "message": "Credzu API online",
  "version": "1.0.0"
}
curl https://credzu.com/wp-json/credzu/v1/ping
{
  "success": true,
  "message": "Credzu API online",
  "version": "1.0.0"
}