API uç noktası:
https://seorapor.com.tr/api/v1/projects
Örnek isteyin:
curl --location --request GET 'https://seorapor.com.tr/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
project
.sort_by
created_at
.sort
desc
.per_page
25
.API uç noktası:
https://seorapor.com.tr/api/v1/projects/{project}
Örnek isteyin:
curl --location --request DELETE 'https://seorapor.com.tr/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'