API endpoint:
https://seo.oktopus.cloud/api/v1/reports
Request example:
curl --location --request GET 'https://seo.oktopus.cloud/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byurl for URL. Padrão: url.website_idresultgood for Bom, decent for Razoável, bad for Ruim.sort_byid for Data de criação, url for URL, score for Pontuação. Padrão: id.sortdesc for Decrescente, asc for Crescente. Padrão: desc.per_page10, 25, 50, 100. Padrão: 10.API endpoint:
https://seo.oktopus.cloud/api/v1/reports/{id}
Request example:
curl --location --request GET 'https://seo.oktopus.cloud/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seo.oktopus.cloud/api/v1/reports
Request example:
curl --location --request POST 'https://seo.oktopus.cloud/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlAPI endpoint:
https://seo.oktopus.cloud/api/v1/reports/{id}
Request example:
curl --location --request DELETE 'https://seo.oktopus.cloud/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'