APIQr code
Delete QR Code
Delete a QR Code by ID
Authorization
bearerAuth AuthorizationBearer <token>
Enter your API key to access this API
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://qrcodly.theosirislabs.com/api/v1/qr-code/string"{
"deleted": true
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}Create a new QR code POST
Creates a new QR code based on the provided data. If the QR code is dynamic (contentType = URL and isEditable = true), a short URL is automatically generated, linked to the QR code, and returned in the response. Returns the full QR code object including any related entities.
Get QR Code GET
Get a QR Code by ID