curl -X GET "https://api.roxom.com/ping"
Ping Endpoint
A simple ping endpoint to verify API connectivity.
Endpoint
Parameters
No parameters required.
Example Request
curl -X GET "https://api.roxom.com/ping"
Response
Use Cases
Use this endpoint to verify that the API is responsive and available.
Test network connectivity and basic API accessibility before making authenticated requests.
Load Balancer Ping Checks
Configure load balancers to use this endpoint for connectivity checks.
This endpoint does not require authentication and always returns a simple βpongβ response when the API is operational.
Last modified on January 28, 2026