API endpoint:
https://seo.ro/api/v1/projects
Exemplu de solicitare:
curl --location --request GET 'https://seo.ro/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
project
pentru Nume. Implicit: project
.sort_by
created_at
pentru Data crearii, project
pentru Nume. Implicit: created_at
.sort
desc
pentru Descendent, asc
pentru Ascendent. Implicit: desc
.per_page
10
, 25
, 50
, 100
. Implicit: 10
.API endpoint:
https://seo.ro/api/v1/projects/{project}
Exemplu de solicitare:
curl --location --request DELETE 'https://seo.ro/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'