API 종점:
https://makeron.tech/api/v1/reports
요청 예제:
curl --location --request GET 'https://makeron.tech/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
입니다.project
result
sort_by
id
입니다.sort
desc
입니다.per_page
10
입니다.API 종점:
https://makeron.tech/api/v1/reports/{id}
요청 예제:
curl --location --request GET 'https://makeron.tech/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 종점:
https://makeron.tech/api/v1/reports
요청 예제:
curl --location --request POST 'https://makeron.tech/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
입니다.password
privacy
set to 2
.API 종점:
https://makeron.tech/api/v1/reports/{id}
요청 예제:
curl --location --request PUT 'https://makeron.tech/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
password
privacy
set to 2
.results
0
입니다.API 종점:
https://makeron.tech/api/v1/reports/{id}
요청 예제:
curl --location --request DELETE 'https://makeron.tech/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'