API-Endpunkt:
https://itseo.pro/api/v1/projects
Anfragebeispiel:
curl --location --request GET 'https://itseo.pro/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byproject für Name. Standardwert: project.sort_bycreated_at für Erstellungsdatum, project für Name. Standardwert: created_at.sortdesc für Absteigend, asc für Aufsteigend. Standardwert: desc.per_page10, 25, 50, 100. Standardwert: 100.API-Endpunkt:
https://itseo.pro/api/v1/projects/{project}
Anfragebeispiel:
curl --location --request DELETE 'https://itseo.pro/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'