API-Endpunkt:
https://seopruefen.de/public/api/v1/projects
Beispiel anfordern:
curl --location --request GET 'https://seopruefen.de/public/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
project
für Name. Standardwert ist: project
.sort_by
created_at
für Datum der Erstellung, project
für Name. Standardwert ist: created_at
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert ist: desc
.per_page
10
, 25
, 50
, 100
. Standardwert ist: 10
.API-Endpunkt:
https://seopruefen.de/public/api/v1/projects/{project}
Beispiel anfordern:
curl --location --request DELETE 'https://seopruefen.de/public/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'