نقطة النهاية واجهة برمجة تطبيقات:
https://shbbr.com/api/v1/links
طلب مثال:
curl --location --request GET 'https://shbbr.com/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
by
status
space
domain
sort
per_page
نقطة النهاية واجهة برمجة تطبيقات:
https://shbbr.com/api/v1/links/{id}
طلب مثال:
curl --location --request GET 'https://shbbr.com/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
نقطة النهاية واجهة برمجة تطبيقات:
https://shbbr.com/api/v1/links
طلب مثال:
curl --location --request POST 'https://shbbr.com/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space
domain
pixels
disabled
privacy
privacy_password
expiration_url
expiration_date
expiration_time
expiration_clicks
target_type
country[index][key]
country[index][value]
platform[index][key]
platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
نقطة النهاية واجهة برمجة تطبيقات:
https://shbbr.com/api/v1/links/{id}
طلب مثال:
curl --location --request PUT 'https://shbbr.com/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space
domain
pixels
disabled
privacy
privacy_password
expiration_url
expiration_date
expiration_time
expiration_clicks
target_type
country[index][key]
country[index][value]
platform[index][key]
platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
نقطة النهاية واجهة برمجة تطبيقات:
https://shbbr.com/api/v1/links/{id}
طلب مثال:
curl --location --request DELETE 'https://shbbr.com/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'