توثيق الـ API
هذا هو التوثيق لنقاط النهاية المتاحة في الـ API، والتي تعتمد على معمارية REST. جميع نقاط النهاية في الـ API ستُرجع استجابة JSON مع أكواد استجابة HTTP القياسية وتتطلب مصادقة Bearer عبر مفتاح API.
المصادقة
جميع نقاط نهاية الـ API تتطلب مفتاح API يتم إرساله عبر طريقة مصادقة Bearer.
curl --request GET \
--url 'https://popup.storenotifications.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://popup.storenotifications.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.