صفحات لبداية

GET https://wlinky.com/api/splash-pages/
curl --request GET \
--url 'https://wlinky.com/api/splash-pages/' \
--header 'Authorization: Bearer {api_key}' \
العلات فاصيل اوصف
page اخاري عدد صحح رم الصفحة التي تريد النتائج ها. الافتراضي هو 1.
results_per_page اخاري عدد صحح كم عد النتائج التي تريدها لكل صفة. القيم المسموح ها هي: 10 , 25 , 50 , 100 , 250 , 500 , 1000. الافتراضي و 25.
{ "data": [ { "id": 1, "name": "Development", "color": "#0e23cc", "last_datetime": "2021-03-14 21:22:37", "datetime": "2021-02-04 17:51:07" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://wlinky.com/api/projects?&page=1", "last": "https://wlinky.com/api/projects?&page=1", "next": null, "prev": null, "self": "https://wlinky.com/api/projects?&page=1" } }
GET https://wlinky.com/api/splash-pages/{splash_page_id}
curl --request GET \
--url 'https://wlinky.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "name": "Development", "color": "#0e23cc", "last_datetime": "2021-03-14 21:22:37", "datetime": "2021-02-04 17:51:07" } }
POST https://wlinky.com/api/projects
العلات فاصيل اوصف
name مطلب سلسل -
title اخاري سلسل -
logo اخاري ملف -
favicon اخاري ملف -
opengraph اخاري ملف -
description اخاري سلسل -
secondary_button_name اخاري سلسل -
secondary_button_url اخاري سلسل -
custom_css اخاري سلسل -
custom_js اخاري سلسل -
ads_header اخاري سلسل -
ads_footer اخاري سلسل -
link_unlock_seconds اخاري عدد صحح -
auto_redirect اخاري منطقي -
curl --request POST \
--url 'https://wlinky.com/api/projects' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
{ "data": { "id": 1 } }
POST https://wlinky.com/api/splash-pages/{splash_page_id}
العلات فاصيل اوصف
name اخاري سلسل -
title اخاري سلسل -
logo اخاري ملف -
favicon اخاري ملف -
opengraph اخاري ملف -
description اخاري سلسل -
secondary_button_name اخاري سلسل -
secondary_button_url اخاري سلسل -
custom_css اخاري سلسل -
custom_js اخاري سلسل -
ads_header اخاري سلسل -
ads_footer اخاري سلسل -
link_unlock_seconds اخاري عدد صحح -
auto_redirect اخاري منطقي -
curl --request POST \
--url 'https://wlinky.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
{ "data": { "id": 1 } }
DELETE https://wlinky.com/api/splash-pages/{splash_page_id}
curl --request DELETE \
--url 'https://wlinky.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \