
API endpoint
https://seoxperto.com/api/v1/websites
Request example
curl --location --request GET 'https://seoxperto.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parámetros
search
search_by
domain for Dominio. Defaults to: domain.
sort_by
id for Fecha de creación, domain for Dominio, reports_avg_score for Puntuación, reports_count for Reportes. Defaults to: id.
sort
desc for Descendente, asc for Ascendente. Defaults to: desc.
per_page
10, 25, 50, 100. Defaults to: 10.
API endpoint
https://seoxperto.com/api/v1/websites/{id}
Request example
curl --location --request GET 'https://seoxperto.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint
https://seoxperto.com/api/v1/websites/{id}
Request example
curl --location --request PUT 'https://seoxperto.com/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
Parámetros
privacy
0 for Público, 1 for Privado, 2 for Contraseña.
password
privacy tiene el valor 2.
API endpoint
https://seoxperto.com/api/v1/websites/{id}
Request example
curl --location --request DELETE 'https://seoxperto.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'