API-Endpunkt:
https://seosession.com/api/v1/reports
Beispiel anfordern:
curl --location --request GET 'https://seosession.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byurl für URL. Standardmäßig: urlprojectresultgood für Gut, decent für Ordentlich, bad für Schlecht.sort_byid für Datum erstellt, generated_at für Datum generiert, url für URL, result für Ergebnis. Standardmäßig: idsortdesc für Absteigend, asc für Aufsteigend. Standardmäßig: descper_page10, 25, 50, 100. Standardmäßig: 10API-Endpunkt:
https://seosession.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request GET 'https://seosession.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://seosession.com/api/v1/reports
Beispiel anfordern:
curl --location --request POST 'https://seosession.com/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlprivacy0 für Öffentlich, 1 für Privatgelände, 2 für Passwort. Standardmäßig: 1passwordprivacy set to 2.API-Endpunkt:
https://seosession.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request PUT 'https://seosession.com/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 für Öffentlich, 1 für Privatgelände, 2 für Passwort.passwordprivacy set to 2.results0 für Nein, 1 für Ja. Standardmäßig: 0API-Endpunkt:
https://seosession.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request DELETE 'https://seosession.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'