Skip to content
Mislav Matoković edited this page Apr 16, 2024 · 2 revisions

JSON API for generating and decoding various matrix codes, including barcodes and QR codes

Base URL

https://api.mmatokovic.dev/v1

Authentication

Every operation on our REST API requires authentication using an API key. Detailed information can be found on our Authentication page.

Mime Type

The only mime type the API supports is:

application/json

Errors

The 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.

Clone this wiki locally