API endpoint:
https://seo.oktopus.cloud/api/v1/websites
Request example:
curl --location --request GET 'https://seo.oktopus.cloud/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain for Domínio. Padrão: domain.sort_byid for Data de criação, domain for Domínio, reports_avg_score for Pontuação, reports_count for Relatórios. 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/websites/{id}
Request example:
curl --location --request GET 'https://seo.oktopus.cloud/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seo.oktopus.cloud/api/v1/websites/{id}
Request example:
curl --location --request PUT 'https://seo.oktopus.cloud/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 for Público, 1 for Privado, 2 for Senha.passwordprivacy field set para 2.API endpoint:
https://seo.oktopus.cloud/api/v1/websites/{id}
Request example:
curl --location --request DELETE 'https://seo.oktopus.cloud/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'