This page provides information about the /api_tools/endpoint_check
endpoint.
- Endpoint URL:
/api_tools/endpoint_check
- Description: This endpoint is designed to check the status of API endpoints and validate their functionality.
Usage
To use this endpoint, simply send a GET request to /api_tools/endpoint_check
.
Response Format
The response will be in JSON format and will include the following fields:
status
: The status of the endpoint (e.g., "active", "inactive").message
: A message indicating the result of the check.
Example
{
"status": "active",
"message": "The endpoint is working correctly."
}
More Information
For more information about API tools and endpoints, please visit our API Documentation.
API Tools