API uç noktası:
http://shoort.in/api/v1/domains
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/domains' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
. Varsayılan: name
.sort_by
id
, İsim için name
. Varsayılan: id
.sort
desc
, Artan için asc
. Varsayılan: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan: 100
.API uç noktası:
http://shoort.in/api/v1/domains/{id}
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/domains/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
http://shoort.in/api/v1/domains
İstek örneği:
curl --location --request POST 'http://shoort.in/api/v1/domains' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
name
index_page
not_found_page
API uç noktası:
http://shoort.in/api/v1/domains/{id}
İstek örneği:
curl --location --request PUT 'http://shoort.in/api/v1/domains/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
index_page
not_found_page
API uç noktası:
http://shoort.in/api/v1/domains/{id}
İstek örneği:
curl --location --request DELETE 'http://shoort.in/api/v1/domains/{id}' \ --header 'Authorization: Bearer {api_key}'