Skip to main content
GET
/
ping
curl -X GET "https://api.roxom.com/ping"
pong

Ping Endpoint

A simple ping endpoint to verify API connectivity.

Endpoint

GET /ping

Parameters

No parameters required.

Example Request

curl -X GET "https://api.roxom.com/ping"

Response

pong

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.
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.
I