Health check endpoint that verifies the API is operational.Returns: dict: Health statusExample response: { "status": "healthy", "timestamp": "2025-10-27T10:30:00.000000" }
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Successful Response
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.gatewayz.ai/health' \
--header'Authorization: Bearer <token>'