Dokumentacija API-ja
Ovo je dokumentacija za dostupne API endpointe, koji su izgrađeni oko REST arhitekture. Svi API endpointi će vratiti JSON odgovor sa standardnim HTTP kod
Autentifikacija
Svi API endpointi zahtevaju API ključ poslat 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}' \