Projekte

Anmerkungen
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Verzeichnis

API endpoint:

GET
https://www.seo-speedster.com/api/v1/projects

Request example:

curl --location --request GET 'https://www.seo-speedster.com/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Typ
Beschreibung
search
optional string
Die Suchanfrage.
search_by
optional string
Suche nach. Mögliche Werte sind: project for Name. Standardmäßig auf: project.
sort_by
optional string
Sortiere nach. Mögliche Werte sind: created_at for Datum erstellt, project for Name. Standardmäßig auf: created_at.
sort
optional string
Sortieren. Mögliche Werte sind: desc for Absteigend, asc for Aufsteigend. Standardmäßig auf: desc.
per_page
optional int
Results per page. Mögliche Werte sind: 10, 25, 50, 100. Standardmäßig auf: 10.
Löschen

API endpoint:

DELETE
https://www.seo-speedster.com/api/v1/projects/{project}

Request example:

curl --location --request DELETE 'https://www.seo-speedster.com/api/v1/projects/{project}' \
--header 'Authorization: Bearer {api_key}'