
GETPing is a public API providing trigger an email notification with a simple get request.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://www.getping.info | Primary API endpoint. |
curl -X GET "https://www.getping.info" \ -H "Accept: application/json"