API Endpunkt:
https://seo.imatrix.ch/api/v1/reports
Beispiel anfordern:
curl --location --request GET 'https://seo.imatrix.ch/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
für URL. Standardmässig: url
.project
result
good
für Gut, decent
für Anständig, bad
für Schlecht.sort_by
id
für Erstellungsdatum, generated_at
für Erstelltes Datum, url
für URL, result
für Ergebnis. Standardmässig: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardmässig: desc
.per_page
10
, 25
, 50
, 100
. Standardmässig: 25
.API Endpunkt:
https://seo.imatrix.ch/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request GET 'https://seo.imatrix.ch/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API Endpunkt:
https://seo.imatrix.ch/api/v1/reports
Beispiel anfordern:
curl --location --request POST 'https://seo.imatrix.ch/api/v1/reports' \ --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ässig: 0
.password
privacy
set to 2
.API Endpunkt:
https://seo.imatrix.ch/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request PUT 'https://seo.imatrix.ch/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.password
privacy
set to 2
.results
0
für Nein, 1
für Ja. Standardmässig: 0
.API Endpunkt:
https://seo.imatrix.ch/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request DELETE 'https://seo.imatrix.ch/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'