Installa la nostra app 🪄 Clicca sull'icona in alto a destra nella barra degli indirizzi.

Domini personali

GET https://pingthing.de/api/domains/
curl --request GET \
--url 'https://pingthing.de/api/domains/' \
--header 'Authorization: Bearer {api_key}' \
Parametri Dettagli Descrizione
page Opzionale Intero Il numero di pagina per cui desideri i risultati. Il valore predefinito è 1.
results_per_page Opzionale Intero Quanti risultati vuoi per pagina? I valori consentiti sono: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Di default è impostato su 25.
{ "data": [ { "id": 1, "scheme": "https://", "host": "example.com", "custom_index_url": "", "is_enabled": true, "last_datetime": null, "datetime": "2025-03-14 14:54:53" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://pingthing.de/api/domains?&page=1", "last": "https://pingthing.de/api/domains?&page=1", "next": null, "prev": null, "self": "https://pingthing.de/api/domains?&page=1" } }
GET https://pingthing.de/api/domains/{domain_id}
curl --request GET \
--url 'https://pingthing.de/api/domains/{domain_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "scheme": "https://", "host": "example.com", "custom_index_url": "", "is_enabled": true, "last_datetime": null, "datetime": "2025-03-14 14:54:53" } }
POST https://pingthing.de/api/domains
Parametri Dettagli Descrizione
host Obbligatorio Stringa -
custom_index_url Opzionale Stringa -
custom_not_found_url Opzionale Stringa -
curl --request POST \
--url 'https://pingthing.de/api/domains' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'host=example.com' \
--form 'custom_index_url=https://example.com/' \
--form 'custom_not_found_url=https://example.com/404-page'
{ "data": { "id": 1 } }
POST https://pingthing.de/api/domains/{domain_id}
Parametri Dettagli Descrizione
host Opzionale Stringa -
custom_index_url Opzionale Stringa -
custom_not_found_url Opzionale Stringa -
curl --request POST \
--url 'https://pingthing.de/api/domains/{domain_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'host=example.com' \
{ "data": { "id": 1 } }
DELETE https://pingthing.de/api/domains/{domain_id}
curl --request DELETE \
--url 'https://pingthing.de/api/domains/{domain_id}' \
--header 'Authorization: Bearer {api_key}' \
ALL-INKL.COM - Webhosting Server Hosting Domain Provider ALL-INKL.COM - Webhosting Server Hosting Domain Provider
ALL-INKL.COM - Webhosting Server Hosting Domain Provider ALL-INKL.COM - Webhosting Server Hosting Domain Provider