Ping endpoint that returns 'pong' and the number of times it has been called.Returns: dict: Response with message 'pong' and the total count of pingsExample response: { "message": "pong", "count": 42, "timestamp": "2025-10-02T10: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/ping' \
--header'Authorization: Bearer <token>'