QR kodları

GET https://linktrle.com/api/qr-codes/
curl --request GET \
--url 'https://linktrle.com/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parametreler Detaylar Açıklama
page Opsiyonel Tamsayı İstediğiniz sayfa numarası sonuçları getirir. Varsayılan olarak 1.
results_per_page Opsiyonel Tamsayı Her sayfa için kaç sonuç istersiniz. İ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://linktrle.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": "2021-10-31 09:47:25", "datetime": "2021-10-29 16:32:25" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://linktrle.com/api/qr-codes?&page=1", "last": "https://linktrle.com/api/qr-codes?&page=1", "next": null, "prev": null, "self": "https://linktrle.com/api/qr-codes?&page=1" } }
GET https://linktrle.com/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://linktrle.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://linktrle.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": "2021-10-31 09:47:25", "datetime": "2021-10-29 16:32:25" } }
POST https://linktrle.com/api/qr-codes
Parametreler Detaylar Açıklama
project_id Opsiyonel Tamsayı -
name Gerekli Dize -
type Gerekli Dize Müsaade edilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Opsiyonel Boolean -> Boole Mevcut olduğunda: type = text
style Opsiyonel Dize Müsaade edilen değerler: square, dot, round, diamond, heart
inner_eye_style Opsiyonel Dize Müsaade edilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opsiyonel Dize Müsaade edilen değerler: square, circle, rounded, flower, leaf
foreground_type Opsiyonel Dize Müsaade edilen değerler: color, gradient
foreground_color Opsiyonel Dize Mevcut olduğunda: foreground_type = color
foreground_gradient_style Opsiyonel Dize Müsaade edilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opsiyonel Dize Mevcut olduğunda: foreground_type = gradient
foreground_gradient_two Opsiyonel Dize Mevcut olduğunda: foreground_type = gradient
background_color Opsiyonel Dize
background_color_transparency Opsiyonel Tamsayı
custom_eyes_color Opsiyonel Boolean -> Boole
eyes_inner_color Opsiyonel Dize Mevcut olduğunda: custom_eyes_color = 1
eyes_outer_color Opsiyonel Dize Mevcut olduğunda: custom_eyes_color = 1
qr_code_logo Opsiyonel Dosya -
qr_code_logo_size Opsiyonel Tamsayı 5-35
qr_code_background Opsiyonel Dosya -
qr_code_background_transparency Opsiyonel Tamsayı 0-100
qr_code_foreground Opsiyonel Dosya -
qr_code_foreground_transparency Opsiyonel Tamsayı 0-100
frame Opsiyonel Dize Müsaade edilen değerler: 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
frame_text Opsiyonel Dize
frame_text_size Opsiyonel Tamsayı -5 - 5
frame_text_font Opsiyonel Dize Müsaade edilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors Opsiyonel Boolean -> Boole
frame_color Opsiyonel Dize Mevcut olduğunda: frame_custom_colors = 1
frame_text_color Opsiyonel Dize Mevcut olduğunda: frame_custom_colors = 1
size Opsiyonel Tamsayı 50-2000
margin Opsiyonel Tamsayı 0-25
ecc Opsiyonel Dize Müsaade edilen değerler: L, M, Q, H
text Opsiyonel Dize Mevcut olduğunda: type = text
url Opsiyonel Dize Mevcut olduğunda: type = url
phone Opsiyonel Dize Mevcut olduğunda: type = phone
sms Opsiyonel Dize Mevcut olduğunda: type = sms
sms_body Opsiyonel Dize Mevcut olduğunda: type = sms
email Opsiyonel Dize Mevcut olduğunda: type = email
whatsapp Opsiyonel Dize Mevcut olduğunda: type = whatsapp
whatsapp_body Opsiyonel Dize Mevcut olduğunda: type = whatsapp
facetime Opsiyonel Dize Mevcut olduğunda: type = facetime
location
location_latitude Opsiyonel Ondalık sayı Mevcut olduğunda: type = location
location_longitude Opsiyonel Ondalık sayı Mevcut olduğunda: type = location
wifi
wifi_ssid Opsiyonel Dize Mevcut olduğunda: type = wifi
wifi_encryption Opsiyonel Dize Müsaade edilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opsiyonel Dize Mevcut olduğunda: type = wifi
wifi_is_hidden Opsiyonel Boolean -> Boole Mevcut olduğunda: type = wifi
event Opsiyonel Dize Mevcut olduğunda: type = event
event_location Opsiyonel Dize Mevcut olduğunda: type = event
event_url Opsiyonel Dize Mevcut olduğunda: type = event
event_note Opsiyonel Dize Mevcut olduğunda: type = event
event_timezone Opsiyonel Dize Mevcut olduğunda: type = event
event_start_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_end_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_first_alert_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_second_alert_datetime Opsiyonel Dize Mevcut olduğunda: type = event
crypto
crypto_coin Opsiyonel Dize Mevcut olduğunda: type = crypto
crypto_address Opsiyonel Dize Mevcut olduğunda: type = crypto
crypto_amount Opsiyonel Dize Mevcut olduğunda: type = crypto
vcard
vcard_first_name Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_last_name Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_company Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_phone_number_label[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_phone_number_value[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_email Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_url Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_job_title Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_birthday Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_street Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_city Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_zip Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_region Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_country Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_note Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_social_label[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_social_value[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
paypal
paypal_type Opsiyonel Dize Müsaade edilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_title Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_currency Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_price Opsiyonel Ondalık sayı Mevcut olduğunda: type = paypal
paypal_thank_you_url Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_cancel_url Opsiyonel Dize Mevcut olduğunda: type = paypal
upi
upi_payee_id Opsiyonel Dize Mevcut olduğunda: type = upi
upi_payee_name Opsiyonel Dize Mevcut olduğunda: type = upi
upi_currency Opsiyonel Dize Mevcut olduğunda: type = upi
upi_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = upi
upi_transaction_id Opsiyonel Dize Mevcut olduğunda: type = upi
upi_transaction_note Opsiyonel Dize Mevcut olduğunda: type = upi
upi_transaction_reference Opsiyonel Dize Mevcut olduğunda: type = upi
upi_thank_you_url Opsiyonel Dize Mevcut olduğunda: type = upi
epc
epc_iban Opsiyonel Dize Mevcut olduğunda: type = epc
epc_payee_name Opsiyonel Dize Mevcut olduğunda: type = epc
epc_currency Opsiyonel Dize Mevcut olduğunda: type = epc
epc_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = epc
epc_bic Opsiyonel Dize Mevcut olduğunda: type = epc
epc_remittance_reference Opsiyonel Dize Mevcut olduğunda: type = epc
epc_remittance_text Opsiyonel Dize Mevcut olduğunda: type = epc
information Opsiyonel Dize Mevcut olduğunda: type = epc
pix
pix_payee_key Opsiyonel Dize Mevcut olduğunda: type = pix
pix_payee_name Opsiyonel Dize Mevcut olduğunda: type = pix
pix_currency Opsiyonel Dize Mevcut olduğunda: type = pix
pix_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = pix
pix_city Opsiyonel Dize Mevcut olduğunda: type = pix
pix_transaction_id Opsiyonel Dize Mevcut olduğunda: type = pix
pix_description Opsiyonel Dize Mevcut olduğunda: type = pix
Parametreler Detaylar Açıklama
curl --request POST \
--url 'https://linktrle.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://linktrle.com/api/qr-codes/{qr_code_id}
Parametreler Detaylar Açıklama
project_id Opsiyonel Dize -
name Opsiyonel Dize -
type Opsiyonel Dize Müsaade edilen değerler: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Opsiyonel Dize Müsaade edilen değerler: square, dot, round, diamond, heart
inner_eye_style Opsiyonel Dize Müsaade edilen değerler: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opsiyonel Dize Müsaade edilen değerler: square, circle, rounded, flower, leaf
foreground_type Opsiyonel Dize Müsaade edilen değerler: color, gradient
foreground_color Opsiyonel Dize Mevcut olduğunda: foreground_type = color
foreground_gradient_style Opsiyonel Dize Müsaade edilen değerler: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opsiyonel Dize Mevcut olduğunda: foreground_type = gradient
foreground_gradient_two Opsiyonel Dize Mevcut olduğunda: foreground_type = gradient
background_color Opsiyonel Dize
background_color_transparency Opsiyonel Tamsayı 0 - 100
custom_eyes_color Opsiyonel Boolean -> Boole
eyes_inner_color Opsiyonel Dize Mevcut olduğunda: custom_eyes_color = 1
eyes_outer_color Opsiyonel Dize Mevcut olduğunda: custom_eyes_color = 1
qr_code_logo Opsiyonel Dosya -
qr_code_logo_size Opsiyonel Tamsayı 5-35
qr_code_background Opsiyonel Dosya -
qr_code_background_transparency Opsiyonel Tamsayı 0-100
qr_code_foreground Opsiyonel Dosya -
qr_code_foreground_transparency Opsiyonel Tamsayı 0-100
frame Opsiyonel Dize Müsaade edilen değerler: 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
frame_text Opsiyonel Dize
frame_text_size Opsiyonel Tamsayı -5 -> 5
frame_text_font Opsiyonel Dize Müsaade edilen değerler: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, lucida_console, monaco, comic_sans_ms, impact
frame_custom_colors Opsiyonel Boolean -> Boole
frame_color Opsiyonel Dize Mevcut olduğunda: frame_custom_colors = 1
frame_text_color Opsiyonel Dize Mevcut olduğunda: frame_custom_colors = 1
size Opsiyonel Tamsayı 50-2000
margin Opsiyonel Tamsayı 0-25
ecc Opsiyonel Dize Müsaade edilen değerler: L, M, Q, H
text Opsiyonel Dize Mevcut olduğunda: type = text
url Opsiyonel Dize Mevcut olduğunda: type = url
phone Opsiyonel Dize Mevcut olduğunda: type = phone
sms Opsiyonel Dize Mevcut olduğunda: type = sms
sms_body Opsiyonel Dize Mevcut olduğunda: type = sms
email Opsiyonel Dize Mevcut olduğunda: type = email
whatsapp Opsiyonel Dize Mevcut olduğunda: type = whatsapp
whatsapp_body Opsiyonel Dize Mevcut olduğunda: type = whatsapp
facetime Opsiyonel Dize Mevcut olduğunda: type = facetime
location
location_latitude Opsiyonel Ondalık sayı Mevcut olduğunda: type = location
location_longitude Opsiyonel Ondalık sayı Mevcut olduğunda: type = location
wifi
wifi_ssid Opsiyonel Dize Mevcut olduğunda: type = wifi
wifi_encryption Opsiyonel Dize Müsaade edilen değerler: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opsiyonel Dize Mevcut olduğunda: type = wifi
wifi_is_hidden Opsiyonel Boolean -> Boole Mevcut olduğunda: type = wifi
event Opsiyonel Dize Mevcut olduğunda: type = event
event_location Opsiyonel Dize Mevcut olduğunda: type = event
event_url Opsiyonel Dize Mevcut olduğunda: type = event
event_note Opsiyonel Dize Mevcut olduğunda: type = event
event_timezone Opsiyonel Dize Mevcut olduğunda: type = event
event_start_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_end_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_first_alert_datetime Opsiyonel Dize Mevcut olduğunda: type = event
event_second_alert_datetime Opsiyonel Dize Mevcut olduğunda: type = event
crypto
crypto_coin Opsiyonel Dize Mevcut olduğunda: type = crypto
crypto_address Opsiyonel Dize Mevcut olduğunda: type = crypto
crypto_amount Opsiyonel Dize Mevcut olduğunda: type = crypto
vcard
vcard_first_name Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_last_name Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_company Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_phone_number_label[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_phone_number_value[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_email Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_url Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_job_title Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_birthday Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_street Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_city Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_zip Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_region Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_country Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_note Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_social_label[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
vcard_social_value[index] Opsiyonel Dize Mevcut olduğunda: type = vcard
paypal
paypal_type Opsiyonel Dize Müsaade edilen değerler: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_title Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_currency Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_price Opsiyonel Ondalık sayı Mevcut olduğunda: type = paypal
paypal_thank_you_url Opsiyonel Dize Mevcut olduğunda: type = paypal
paypal_cancel_url Opsiyonel Dize Mevcut olduğunda: type = paypal
upi
upi_payee_id Opsiyonel Dize Mevcut olduğunda: type = upi
upi_payee_name Opsiyonel Dize Mevcut olduğunda: type = upi
upi_currency Opsiyonel Dize Mevcut olduğunda: type = upi
upi_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = upi
upi_transaction_id Opsiyonel Dize Mevcut olduğunda: type = upi
upi_transaction_note Opsiyonel Dize Mevcut olduğunda: type = upi
upi_transaction_reference Opsiyonel Dize Mevcut olduğunda: type = upi
upi_thank_you_url Opsiyonel Dize Mevcut olduğunda: type = upi
epc
epc_iban Opsiyonel Dize Mevcut olduğunda: type = epc
epc_payee_name Opsiyonel Dize Mevcut olduğunda: type = epc
epc_currency Opsiyonel Dize Mevcut olduğunda: type = epc
epc_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = epc
epc_bic Opsiyonel Dize Mevcut olduğunda: type = epc
epc_remittance_reference Opsiyonel Dize Mevcut olduğunda: type = epc
epc_remittance_text Opsiyonel Dize Mevcut olduğunda: type = epc
information Opsiyonel Dize Mevcut olduğunda: type = epc
pix
pix_payee_key Opsiyonel Dize Mevcut olduğunda: type = pix
pix_payee_name Opsiyonel Dize Mevcut olduğunda: type = pix
pix_currency Opsiyonel Dize Mevcut olduğunda: type = pix
pix_amount Opsiyonel Ondalık sayı Mevcut olduğunda: type = pix
pix_city Opsiyonel Dize Mevcut olduğunda: type = pix
pix_transaction_id Opsiyonel Dize Mevcut olduğunda: type = pix
pix_description Opsiyonel Dize Mevcut olduğunda: type = pix
curl --request POST \
--url 'https://linktrle.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://linktrle.com/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://linktrle.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \