एपीआई दस्तावेज़ीकरण
यह उपलब्ध API endpoints के लिए दस्तावेज़ीकरण है, जो REST architecture के आसपास बनाए गए हैं। सभी API endpoints एक JSON response लौटाएंगे जिसमें मानक HTTP response codes होंगे और एक API Key के माध्यम से Bearer Authentication की आवश्यकता होगी।
प्रमाणीकरण
सभी एपीआई एंडपॉइंट्स को बियर ऑथेंटिकेशन विधि द्वारा भेजे गए एपीआई कुंजी की आवश्यकता होती है।
curl --request GET \
--url 'https://u.page/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://u.page/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.