| Parameter | Details | Beschreibung |
|---|---|---|
| page | Optional Ganzzahl | Die Seitennummer, ab der Sie Ergebnisse wünschen. Der Standardwert ist 1. |
| results_per_page | Optional Ganzzahl | Wie viele Ergebnisse Sie pro Seite wünschen. Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardwert ist 25. |
{
"data": [
{
"id": 1,
"scheme": "https://",
"host": "example.com",
"custom_index_url": "",
"is_enabled": true,
"last_datetime": null,
"datetime": "2026-03-03 01:48:00",
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://www.clientlink.ch/api/domains?page=1",
"last": "https://www.clientlink.ch/api/domains?page=1",
"next": null,
"prev": null,
"self": "https://www.clientlink.ch/api/domains?page=1"
}
}
{
"data": {
"id": 1,
"scheme": "https://",
"host": "example.com",
"custom_index_url": "",
"is_enabled": true,
"last_datetime": null,
"datetime": "2026-03-03 01:48:00",
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| host | Erforderlich Zeichenfolge | - |
| custom_index_url | Optional Zeichenfolge | - |
| custom_not_found_url | Optional Zeichenfolge | - |
{
"data": {
"id": 1
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| host | Optional Zeichenfolge | - |
| custom_index_url | Optional Zeichenfolge | - |
| custom_not_found_url | Optional Zeichenfolge | - |
{
"data": {
"id": 1
}
}