Punto final API:
https://rankify.ru/api/v1/projects
Ejemplo de solicitud:
curl --location --request GET 'https://rankify.ru/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
sort_by
sort
per_page
Punto final API:
https://rankify.ru/api/v1/projects/{project}
Ejemplo de solicitud:
curl --location --request DELETE 'https://rankify.ru/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'