Dokumentasi API
Ini adalah dokumentasi untuk titik akhir API yang tersedia, yang dibangun berdasarkan arsitektur REST. Semua titik akhir API akan mengembalikan respons JSON dengan kode respons HTTP standar dan memerlukan Autentikasi Pembawa melalui Kunci API.
Authentication
All the API endpoints require an API key sent by the Bearer Authentication method.
curl --request GET \
--url 'https://kiosbiolink.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://kiosbiolink.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.