الروابط
GET https://biolink.ma/api/links/
curl --request GET \
--url 'https://biolink.ma/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/links/' \
--header 'Authorization: Bearer {api_key}' \
المعلمات | تفاصيل | وصف |
---|---|---|
page | اختياري عدد صحيح | رقم الصفحة التي تريد النتائج منها. الافتراضي هو 1 . |
results_per_page | اختياري عدد صحيح | كم عدد النتائج التي تريدها لكل صفحة. القيم المسموح بها هي: 10 , 25 , 50 , 100 , 250 , 500 . Defaults to 25 . |
{ "data": [ { "id": 1, "project_id": null, "domain_id": 0, "type": "link", "url": "example", "location_url": "https://example.com/", "settings": { "password": null, "sensitive_content": false }, "clicks": 10, "order": 0, "start_date": null, "end_date": null, "date": "2020-11-15 12:00:00" } ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://biolink.ma/api/links?&page=1", "last": "https://biolink.ma/api/links?&page=1", "next": null, "prev": null, "self": "https://biolink.ma/api/links?&page=1" } }
GET https://biolink.ma/api/links/{link_id}
curl --request GET \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "project_id": null, "domain_id": 0, "type": "link", "url": "example", "location_url": "https://example.com/", "settings": { "password": null, "sensitive_content": false }, "clicks": 10, "order": 0, "start_date": null, "end_date": null, "date": "2020-11-15 12:00:00" } }
POST https://biolink.ma/api/links
المعلمات | تفاصيل | وصف |
---|---|---|
type | اختياري سلسلة | link |
location_url | مطلوب سلسلة | عنوان URL للوجهة. |
url | اختياري سلسلة | عنوان URL المستعار للارتباط الذي تم إنشاؤه. اتركه فارغا للحصول على واحد بشكل عشوائي. |
domain_id | اختياري عدد صحيح | - |
project_id | اختياري عدد صحيح | - |
pixels_ids | اختياري مجموعة مصفوفة عدد صحيح | - |
schedule | اختياري قيمة منطقية | - |
start_date | اختياري سلسلة | (schedule=true) |
end_date | اختياري سلسلة | (schedule=true) |
clicks_limit | اختياري عدد صحيح | - |
expiration_url | اختياري سلسلة | - |
sensitive_content | اختياري قيمة منطقية | - |
passsword | اختياري سلسلة | - |
targeting_type | اختياري سلسلة | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | اختياري عدد صحيح | (targeting_type=country_code) |
targeting_country_code_value[index] | اختياري سلسلة | (targeting_type=country_code) |
targeting_device_type_key[index] | اختياري عدد صحيح | (targeting_type=device_type) |
targeting_device_type_value[index] | اختياري سلسلة | (targeting_type=device_type) |
targeting_browser_language_key[index] | اختياري عدد صحيح | (targeting_type=browser_language) |
targeting_browser_language_value[index] | اختياري سلسلة | (targeting_type=browser_language) |
targeting_rotation_key[index] | اختياري عدد صحيح | (targeting_type=rotation) |
targeting_rotation_value[index] | اختياري سلسلة | (targeting_type=rotation) |
targeting_os_name_key[index] | اختياري عدد صحيح | (targeting_type=os_name) |
targeting_os_name_value[index] | اختياري سلسلة | (targeting_type=os_name) |
curl --request POST \
--url 'https://biolink.ma/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://biolink.ma/' \
--url 'https://biolink.ma/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://biolink.ma/' \
{ "data": { "id": 1 } }
POST https://biolink.ma/api/links/{link_id}
المعلمات | تفاصيل | وصف |
---|---|---|
location_url | اختياري سلسلة | عنوان URL للوجهة. |
url | اختياري سلسلة | عنوان URL المستعار للارتباط الذي تم إنشاؤه. اتركه فارغا للحصول على واحد بشكل عشوائي. |
domain_id | اختياري عدد صحيح | - |
project_id | اختياري عدد صحيح | - |
pixels_ids | اختياري مجموعة مصفوفة عدد صحيح | - |
schedule | اختياري قيمة منطقية | - |
start_date | اختياري سلسلة | (schedule=true) |
end_date | اختياري سلسلة | (schedule=true) |
clicks_limit | اختياري عدد صحيح | - |
expiration_url | اختياري سلسلة | - |
sensitive_content | اختياري قيمة منطقية | - |
passsword | اختياري سلسلة | - |
targeting_type | اختياري سلسلة | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | اختياري عدد صحيح | (targeting_type=country_code) |
targeting_country_code_value[index] | اختياري سلسلة | (targeting_type=country_code) |
targeting_device_type_key[index] | اختياري عدد صحيح | (targeting_type=device_type) |
targeting_device_type_value[index] | اختياري سلسلة | (targeting_type=device_type) |
targeting_browser_language_key[index] | اختياري عدد صحيح | (targeting_type=browser_language) |
targeting_browser_language_value[index] | اختياري سلسلة | (targeting_type=browser_language) |
targeting_rotation_key[index] | اختياري عدد صحيح | (targeting_type=rotation) |
targeting_rotation_value[index] | اختياري سلسلة | (targeting_type=rotation) |
targeting_os_name_key[index] | اختياري عدد صحيح | (targeting_type=os_name) |
targeting_os_name_value[index] | اختياري سلسلة | (targeting_type=os_name) |
curl --request POST \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{ "data": { "id": 1 } }
DELETE https://biolink.ma/api/links/{link_id}
curl --request DELETE \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \