Projekte

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

API endpoint:

GET
https://seo.deseho.com/api/v1/projects

Beispiel anfordern:

curl --location --request GET 'https://seo.deseho.com/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Beschreibung
search
optional string
The search query.
search_by
optional string
Suche nach. Possible values are: project für Name. Defaults to: project.
sort_by
optional string
Sort by. Possible values are: created_at für Date created, project für Name. Defaults to: created_at.
sort
optional string
Sortieren. Possible values are: desc für Absteigend, asc für Aufsteigend. Defaults to: desc.
per_page
optional int
Ergebnisse pro Seite. Possible values are: 10, 25, 50, 100. Defaults to: 10.
Löschen

API endpoint:

DELETE
https://seo.deseho.com/api/v1/projects/{project}

Beispiel anfordern:

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