API endpoint:
https://seosecret.org/api/v1/reports
Request example:
curl --location --request GET 'https://seosecret.org/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byurl 의 검사 웹사이트 주소. 기본값: url.projectresultgood 의 좋음, decent 의 양호, bad 의 안좋음.sort_byid 의 작성일 기준, generated_at 의 생성일 기준, url 의 검사 웹사이트 주소, result 의 검사(변환) 결과. 기본값: id.sortdesc 의 안좋은 보고서부터, asc 의 좋은 보고서부터. 기본값: desc.per_page10, 25, 50, 100. 기본값: 25.API endpoint:
https://seosecret.org/api/v1/reports/{id}
Request example:
curl --location --request GET 'https://seosecret.org/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seosecret.org/api/v1/reports
Request example:
curl --location --request POST 'https://seosecret.org/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlprivacy0 의 공개, 1 의 비공개, 2 의 패스워드. 기본값: 1.passwordprivacy set to 2.API endpoint:
https://seosecret.org/api/v1/reports/{id}
Request example:
curl --location --request PUT 'https://seosecret.org/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 의 공개, 1 의 비공개, 2 의 패스워드.passwordprivacy set to 2.results0 의 아니요, 1 의 네. 기본값: 0.API endpoint:
https://seosecret.org/api/v1/reports/{id}
Request example:
curl --location --request DELETE 'https://seosecret.org/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'