Dokumentacija API-ja
Ovo je dokumentacija za dostupne API točke, koje su izgrađene oko REST arhitekture. Sve API točke će vratiti JSON odgovor s standardnim HTTP statusnim kodovima i zahti
Autentikacija
Svi API endpointi zahtijevaju API ključ poslan putem Bearer Authentication metode.
curl --request GET \
--url 'https://ezbiolink.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://ezbiolink.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \