Check connectivity to the ShortPen API. Limited to 30 requests per minute per IP address.
cURL
curl --request GET \ --url https://{environment}.shortpen.com/v1/ping
"PONG"
PONG
API is reachable
The response is of type string.
string
Was this page helpful?