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}'
search
search_by
url
의 검사 웹사이트 주소. 기본값: url
.project
result
good
의 좋음, decent
의 양호, bad
의 안좋음.sort_by
id
의 작성일 기준, generated_at
의 생성일 기준, url
의 검사 웹사이트 주소, result
의 검사(변환) 결과. 기본값: id
.sort
desc
의 안좋은 보고서부터, asc
의 좋은 보고서부터. 기본값: desc
.per_page
10
, 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}'
url
privacy
0
의 공개, 1
의 비공개, 2
의 패스워드. 기본값: 1
.password
privacy
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}'
privacy
0
의 공개, 1
의 비공개, 2
의 패스워드.password
privacy
set to 2
.results
0
의 아니요, 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}'