QR kodları

GET https://tistos.com/api/qr-codes/
curl --request GET \
--url 'https://tistos.com/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parametreler Ayrıntılar Açıklama
page Opsiyonel Tam sayı Sonuç almak istediğiniz sayfa numarası. Varsayılan 1'dir.
results_per_page Opsiyonel Tam sayı Sayfa başına kaç sonuç istediğiniz. İzin verilen değerler: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Varsayılan olarak 25.
{
    "data": [
        {
            "id": 1,
            "type": "url",
            "name": "Example name",
            "qr_code": "https://tistos.com/uploads/qr_code/example.svg",
            "qr_code_logo": null,
            "qr_code_background": null,
            "settings": {
                "foreground_type": "color",
                "foreground_color": "#000000",
                "background_color": "#ffffff",
                "custom_eyes_color": false,
                "qr_code_logo_size": 25,
                "size": 500,
                "margin": 0,
                "ecc": "L",
                "url": "https://example.com"
                ...
            },
            "embedded_data": "https://example.com",
            "last_datetime": null,
            "datetime": "2025-10-16 10:57:55",
        },
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://tistos.com/api/qr-codes?page=1",
        "last": "https://tistos.com/api/qr-codes?page=1",
        "next": null,
        "prev": null,
        "self": "https://tistos.com/api/qr-codes?page=1"
    }
}
GET https://tistos.com/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://tistos.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": {
        "id": 1,
        "type": "url",
        "name": "Example name",
        "qr_code": "https://tistos.com/uploads/qr_code/example.svg",
        "qr_code_logo": null,
        "qr_code_background": null,
        "settings": {
            "foreground_type": "color",
            "foreground_color": "#000000",
            "background_color": "#ffffff",
            "custom_eyes_color": false,
            "qr_code_logo_size": 25,
            "size": 500,
            "margin": 0,
            "ecc": "L",
            "url": "https://example.com"
            ...
        },
        "embedded_data": "https://example.com",
        "last_datetime": null,
        "datetime": "2025-10-16 10:57:55",
    }
}
POST https://tistos.com/api/qr-codes
Parametreler Ayrıntılar Açıklama
project_id Opsiyonel Tam sayı -
name Gerekli Dize -
type Gerekli Dize İzin verilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Opsiyonel Boolean Ne zaman mevcut: type = text
style Opsiyonel Dize
inner_eye_style Opsiyonel Dize İzin verilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opsiyonel Dize İzin verilen değerler: square, circle, rounded, flower, leaf
foreground_type Opsiyonel Dize İzin verilen değerler: color, gradient
foreground_color Opsiyonel Dize Ne zaman mevcut: foreground_type = color
foreground_gradient_style Opsiyonel Dize İzin verilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opsiyonel Dize Ne zaman mevcut: foreground_type = gradient
foreground_gradient_two Opsiyonel Dize Ne zaman mevcut: foreground_type = gradient
background_color Opsiyonel Dize
background_color_transparency Opsiyonel Tam sayı
custom_eyes_color Opsiyonel Boolean
eyes_inner_color Opsiyonel Dize Ne zaman mevcut: custom_eyes_color = 1
eyes_outer_color Opsiyonel Dize Ne zaman mevcut: custom_eyes_color = 1
qr_code_logo Opsiyonel Dosya -
qr_code_logo_size Opsiyonel Tam sayı 5-35
qr_code_background Opsiyonel Dosya -
qr_code_background_transparency Opsiyonel Tam sayı 0-100
qr_code_foreground Opsiyonel Dosya -
qr_code_foreground_transparency Opsiyonel Tam sayı 0-100
frame Opsiyonel Dize İzin verilen değerler: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text Opsiyonel Dize
frame_text_size Opsiyonel Tam sayı -5 - 5
frame_text_font Opsiyonel Dize İzin verilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors Opsiyonel Boolean
frame_color Opsiyonel Dize Ne zaman mevcut: frame_custom_colors = 1
frame_text_color Opsiyonel Dize Ne zaman mevcut: frame_custom_colors = 1
size Opsiyonel Tam sayı 50-2000
margin Opsiyonel Tam sayı 0-25
ecc Opsiyonel Dize İzin verilen değerler: L, M, Q, H
text Opsiyonel Dize Ne zaman mevcut: type = text
url Opsiyonel Dize Ne zaman mevcut: type = url
phone Opsiyonel Dize Ne zaman mevcut: type = phone
sms Opsiyonel Dize Ne zaman mevcut: type = sms
sms_body Opsiyonel Dize Ne zaman mevcut: type = sms
email Opsiyonel Dize Ne zaman mevcut: type = email
whatsapp Opsiyonel Dize Ne zaman mevcut: type = whatsapp
whatsapp_body Opsiyonel Dize Ne zaman mevcut: type = whatsapp
facetime Opsiyonel Dize Ne zaman mevcut: type = facetime
location
location_latitude Opsiyonel Yüzer Ne zaman mevcut: type = location
location_longitude Opsiyonel Yüzer Ne zaman mevcut: type = location
wifi
wifi_ssid Opsiyonel Dize Ne zaman mevcut: type = wifi
wifi_encryption Opsiyonel Dize İzin verilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opsiyonel Dize Ne zaman mevcut: type = wifi
wifi_is_hidden Opsiyonel Boolean Ne zaman mevcut: type = wifi
event Opsiyonel Dize Ne zaman mevcut: type = event
event_location Opsiyonel Dize Ne zaman mevcut: type = event
event_url Opsiyonel Dize Ne zaman mevcut: type = event
event_note Opsiyonel Dize Ne zaman mevcut: type = event
event_timezone Opsiyonel Dize Ne zaman mevcut: type = event
event_start_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_end_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_first_alert_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_second_alert_datetime Opsiyonel Dize Ne zaman mevcut: type = event
crypto
crypto_coin Opsiyonel Dize Ne zaman mevcut: type = crypto
crypto_address Opsiyonel Dize Ne zaman mevcut: type = crypto
crypto_amount Opsiyonel Dize Ne zaman mevcut: type = crypto
vcard
vcard_first_name Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_last_name Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_company Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_phone_number_label[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_phone_number_value[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_email Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_url Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_job_title Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_birthday Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_street Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_city Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_zip Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_region Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_country Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_note Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_social_label[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_social_value[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
paypal
paypal_type Opsiyonel Dize İzin verilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_title Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_currency Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_price Opsiyonel Yüzer Ne zaman mevcut: type = paypal
paypal_thank_you_url Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_cancel_url Opsiyonel Dize Ne zaman mevcut: type = paypal
upi
upi_payee_id Opsiyonel Dize Ne zaman mevcut: type = upi
upi_payee_name Opsiyonel Dize Ne zaman mevcut: type = upi
upi_currency Opsiyonel Dize Ne zaman mevcut: type = upi
upi_amount Opsiyonel Yüzer Ne zaman mevcut: type = upi
upi_transaction_id Opsiyonel Dize Ne zaman mevcut: type = upi
upi_transaction_note Opsiyonel Dize Ne zaman mevcut: type = upi
upi_transaction_reference Opsiyonel Dize Ne zaman mevcut: type = upi
upi_thank_you_url Opsiyonel Dize Ne zaman mevcut: type = upi
epc
epc_iban Opsiyonel Dize Ne zaman mevcut: type = epc
epc_payee_name Opsiyonel Dize Ne zaman mevcut: type = epc
epc_currency Opsiyonel Dize Ne zaman mevcut: type = epc
epc_amount Opsiyonel Yüzer Ne zaman mevcut: type = epc
epc_bic Opsiyonel Dize Ne zaman mevcut: type = epc
epc_remittance_reference Opsiyonel Dize Ne zaman mevcut: type = epc
epc_remittance_text Opsiyonel Dize Ne zaman mevcut: type = epc
information Opsiyonel Dize Ne zaman mevcut: type = epc
pix
pix_payee_key Opsiyonel Dize Ne zaman mevcut: type = pix
pix_payee_name Opsiyonel Dize Ne zaman mevcut: type = pix
pix_currency Opsiyonel Dize Ne zaman mevcut: type = pix
pix_amount Opsiyonel Yüzer Ne zaman mevcut: type = pix
pix_city Opsiyonel Dize Ne zaman mevcut: type = pix
pix_transaction_id Opsiyonel Dize Ne zaman mevcut: type = pix
pix_description Opsiyonel Dize Ne zaman mevcut: type = pix
Parametreler Ayrıntılar Açıklama
curl --request POST \
--url 'https://tistos.com/api/qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'type=text' \
--form 'text=Hello!' \
{
    "data": {
        "id": 1
    }
}
POST https://tistos.com/api/qr-codes/{qr_code_id}
Parametreler Ayrıntılar Açıklama
project_id Opsiyonel Dize -
name Opsiyonel Dize -
type Opsiyonel Dize İzin verilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Opsiyonel Dize İzin verilen değerler: square, dot, round, rounded, elastic_square, heart, diamond, star, triangle, hexagon, spaced_square, octagon, cross_x, curvy_x, rounded_cross, ninja, sun, shine, bold_plus, teardrop, corner_cut, randomized_square, bold_x
inner_eye_style Opsiyonel Dize İzin verilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opsiyonel Dize İzin verilen değerler: square, circle, rounded, flower, leaf
foreground_type Opsiyonel Dize İzin verilen değerler: color, gradient
foreground_color Opsiyonel Dize Ne zaman mevcut: foreground_type = color
foreground_gradient_style Opsiyonel Dize İzin verilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opsiyonel Dize Ne zaman mevcut: foreground_type = gradient
foreground_gradient_two Opsiyonel Dize Ne zaman mevcut: foreground_type = gradient
background_color Opsiyonel Dize
background_color_transparency Opsiyonel Tam sayı 0 - 100
custom_eyes_color Opsiyonel Boolean
eyes_inner_color Opsiyonel Dize Ne zaman mevcut: custom_eyes_color = 1
eyes_outer_color Opsiyonel Dize Ne zaman mevcut: custom_eyes_color = 1
qr_code_logo Opsiyonel Dosya -
qr_code_logo_size Opsiyonel Tam sayı 5-35
qr_code_background Opsiyonel Dosya -
qr_code_background_transparency Opsiyonel Tam sayı 0-100
qr_code_foreground Opsiyonel Dosya -
qr_code_foreground_transparency Opsiyonel Tam sayı 0-100
frame Opsiyonel Dize İzin verilen değerler: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text Opsiyonel Dize
frame_text_size Opsiyonel Tam sayı -5 -> 5
frame_text_font Opsiyonel Dize İzin verilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors Opsiyonel Boolean
frame_color Opsiyonel Dize Ne zaman mevcut: frame_custom_colors = 1
frame_text_color Opsiyonel Dize Ne zaman mevcut: frame_custom_colors = 1
size Opsiyonel Tam sayı 50-2000
margin Opsiyonel Tam sayı 0-25
ecc Opsiyonel Dize İzin verilen değerler: L, M, Q, H
text Opsiyonel Dize Ne zaman mevcut: type = text
url Opsiyonel Dize Ne zaman mevcut: type = url
phone Opsiyonel Dize Ne zaman mevcut: type = phone
sms Opsiyonel Dize Ne zaman mevcut: type = sms
sms_body Opsiyonel Dize Ne zaman mevcut: type = sms
email Opsiyonel Dize Ne zaman mevcut: type = email
whatsapp Opsiyonel Dize Ne zaman mevcut: type = whatsapp
whatsapp_body Opsiyonel Dize Ne zaman mevcut: type = whatsapp
facetime Opsiyonel Dize Ne zaman mevcut: type = facetime
location
location_latitude Opsiyonel Yüzer Ne zaman mevcut: type = location
location_longitude Opsiyonel Yüzer Ne zaman mevcut: type = location
wifi
wifi_ssid Opsiyonel Dize Ne zaman mevcut: type = wifi
wifi_encryption Opsiyonel Dize İzin verilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opsiyonel Dize Ne zaman mevcut: type = wifi
wifi_is_hidden Opsiyonel Boolean Ne zaman mevcut: type = wifi
event Opsiyonel Dize Ne zaman mevcut: type = event
event_location Opsiyonel Dize Ne zaman mevcut: type = event
event_url Opsiyonel Dize Ne zaman mevcut: type = event
event_note Opsiyonel Dize Ne zaman mevcut: type = event
event_timezone Opsiyonel Dize Ne zaman mevcut: type = event
event_start_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_end_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_first_alert_datetime Opsiyonel Dize Ne zaman mevcut: type = event
event_second_alert_datetime Opsiyonel Dize Ne zaman mevcut: type = event
crypto
crypto_coin Opsiyonel Dize Ne zaman mevcut: type = crypto
crypto_address Opsiyonel Dize Ne zaman mevcut: type = crypto
crypto_amount Opsiyonel Dize Ne zaman mevcut: type = crypto
vcard
vcard_first_name Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_last_name Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_company Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_phone_number_label[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_phone_number_value[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_email Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_url Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_job_title Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_birthday Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_street Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_city Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_zip Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_region Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_country Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_note Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_social_label[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
vcard_social_value[index] Opsiyonel Dize Ne zaman mevcut: type = vcard
paypal
paypal_type Opsiyonel Dize İzin verilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_title Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_currency Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_price Opsiyonel Yüzer Ne zaman mevcut: type = paypal
paypal_thank_you_url Opsiyonel Dize Ne zaman mevcut: type = paypal
paypal_cancel_url Opsiyonel Dize Ne zaman mevcut: type = paypal
upi
upi_payee_id Opsiyonel Dize Ne zaman mevcut: type = upi
upi_payee_name Opsiyonel Dize Ne zaman mevcut: type = upi
upi_currency Opsiyonel Dize Ne zaman mevcut: type = upi
upi_amount Opsiyonel Yüzer Ne zaman mevcut: type = upi
upi_transaction_id Opsiyonel Dize Ne zaman mevcut: type = upi
upi_transaction_note Opsiyonel Dize Ne zaman mevcut: type = upi
upi_transaction_reference Opsiyonel Dize Ne zaman mevcut: type = upi
upi_thank_you_url Opsiyonel Dize Ne zaman mevcut: type = upi
epc
epc_iban Opsiyonel Dize Ne zaman mevcut: type = epc
epc_payee_name Opsiyonel Dize Ne zaman mevcut: type = epc
epc_currency Opsiyonel Dize Ne zaman mevcut: type = epc
epc_amount Opsiyonel Yüzer Ne zaman mevcut: type = epc
epc_bic Opsiyonel Dize Ne zaman mevcut: type = epc
epc_remittance_reference Opsiyonel Dize Ne zaman mevcut: type = epc
epc_remittance_text Opsiyonel Dize Ne zaman mevcut: type = epc
information Opsiyonel Dize Ne zaman mevcut: type = epc
pix
pix_payee_key Opsiyonel Dize Ne zaman mevcut: type = pix
pix_payee_name Opsiyonel Dize Ne zaman mevcut: type = pix
pix_currency Opsiyonel Dize Ne zaman mevcut: type = pix
pix_amount Opsiyonel Yüzer Ne zaman mevcut: type = pix
pix_city Opsiyonel Dize Ne zaman mevcut: type = pix
pix_transaction_id Opsiyonel Dize Ne zaman mevcut: type = pix
pix_description Opsiyonel Dize Ne zaman mevcut: type = pix
curl --request POST \
--url 'https://tistos.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
{
    "data": {
        "id": 1
    }
}
DELETE https://tistos.com/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://tistos.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \