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 zahtijevaju Bearer autentikacij
Autentikacija
Svi API endpointi zahtijevaju API ključ poslan putem Bearer Authentication metode.
curl --request GET \
--url 'https://77qr.io/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://77qr.io/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \