-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mislav Matoković edited this page Apr 16, 2024
·
2 revisions
JSON API for generating and decoding various matrix codes, including barcodes and QR codes
https://api.mmatokovic.dev/v1Every operation on our REST API requires authentication using an API key. Detailed information can be found on our Authentication page.
The only mime type the API supports is:
application/jsonThe REST API uses conventional HTTP response codes to indicate the success or failure of an API request, such as 200 for "OK", and 400 for "Bad Request". The full list of status codes used, and errors returned can be found here.