Ping
Ping
Overview
Endpoints
GET /v2/ping
Request
Response
{
"data": {
"message": "pong",
"timestamp": "2024-01-15T10:30:00.000Z",
"version": "2.0.0"
},
"message": "API is working correctly"
}
{
"error": {
"code": "UNAUTHORIZED",
"message": "Invalid API key"
},
"message": "Authentication failed"
}
Code Examples
JavaScript/Node.js
Python
PHP
Error Codes
Code | Description |
---|---|
200 | Success - API is working correctly |
401 | Unauthorized - Invalid or missing API key |
429 | Rate limit exceeded |
500 | Internal server error |
Best Practices
1.
2.
3.
4.
Next Steps
Modified at 2025-06-11 04:53:10