Core
Ping
Check connectivity to the ShortPen API. Limited to 30 requests per minute per IP address.
GET
Ping
Use this endpoint to verify that your client can reach the ShortPen API host.
- Returns the plain-text string
PONGwhen the service is healthy. - Ideal for uptime probes and health checks before issuing authenticated calls.
- Because the response is not JSON, you may need to force your HTTP client to treat it as plain text.
Response
API is reachable
The response is of type string.
Example:
"PONG"
Ping