API endpoint:
https://www.core-tracker.com/api/v1/websites
Request Beispiel:
curl --location --request GET 'https://www.core-tracker.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
sort
desc
für Z-A, asc
für A-Z.per_page
10
zu 100
. Standardmäßig zu: 10
.API endpoint:
https://www.core-tracker.com/api/v1/websites/{id}
Request Beispiel:
curl --location --request GET 'https://www.core-tracker.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://www.core-tracker.com/api/v1/websites
Request Beispiel:
curl --location --request POST 'https://www.core-tracker.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Standardmäßig zu: 1
.password
privacy
folgenden Wert hat: 2
.email
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig zu: 0
.exclude_bots
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig zu: 1
.exclude_params
exclude_ips
API endpoint:
https://www.core-tracker.com/api/v1/websites/{id}
Request Beispiel:
curl --location --request PUT 'https://www.core-tracker.com/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.password
privacy
folgenden Wert hat: 2
.email
0
für Deaktiviert, 1
für Aktiviert.exclude_bots
0
für Deaktiviert, 1
für Aktiviert.exclude_params
exclude_ips
API endpoint:
https://www.core-tracker.com/websites/{id}/destroy
Request Beispiel:
curl --location --request DELETE 'https://www.core-tracker.com/websites/{id}/destroy' \ --header 'Authorization: Bearer {api_key}'