API endpoint:
https://seo.mathtasy.com/api/v1/reports
Request example:
curl --location --request GET 'https://seo.mathtasy.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byurl cho URL. Defaults to: url.projectresultgood cho Tốt, decent cho Thường, bad cho Xấu.sort_byid cho Ngày tạo, generated_at cho Ngày khởi tạo, url cho URL, result cho Kết quả. Defaults to: id.sortdesc cho Tăng, asc cho Giảm. Defaults to: desc.per_page10, 25, 50, 100. Defaults to: 10.API endpoint:
https://seo.mathtasy.com/api/v1/reports/{id}
Request example:
curl --location --request GET 'https://seo.mathtasy.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seo.mathtasy.com/api/v1/reports
Request example:
curl --location --request POST 'https://seo.mathtasy.com/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlprivacy0 cho Công khai, 1 cho Riêng tư, 2 cho Password. Defaults to: 1.passwordprivacy set to 2.API endpoint:
https://seo.mathtasy.com/api/v1/reports/{id}
Request example:
curl --location --request PUT 'https://seo.mathtasy.com/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 cho Công khai, 1 cho Riêng tư, 2 cho Password.passwordprivacy set to 2.results0 cho Không, 1 cho Có. Defaults to: 0.API endpoint:
https://seo.mathtasy.com/api/v1/reports/{id}
Request example:
curl --location --request DELETE 'https://seo.mathtasy.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'