Skip to main content
GET
Health Check

Overview

The Health Check endpoint allows you to verify that the Fifteenth API is operational and accessible from your application. This is useful for service monitoring, debugging connectivity issues, and validating your API configuration.
This endpoint does not require authentication and can be called without an API key.

Request

No parameters required.

Headers

string
Optional. Can be application/json

Response

Success Response

string
API service status. Always ok when the service is healthy.
string
ISO 8601 timestamp of the health check response.

Examples

Response Example

Successful Health Check

Response

Usage Notes

  • Use this endpoint to verify API connectivity before making authenticated requests
  • No rate limiting applied to this endpoint
  • Returns 200 status code when service is healthy