Installiere unsere App 🪄 Klicke auf das Symbol oben rechts in der Adressleiste.

QR-Codes

GET https://socilinkr.com/api/qr-codes/
curl --request GET \
--url 'https://socilinkr.com/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parameter Details Beschreibung
page Optional Integer Die Seitenzahl, von der du Ergebnisse haben möchtest. Standardmäßig ist das 1.
results_per_page Optional Integer Die Anzahl der Ergebnisse, die du pro Seite haben möchtest. Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardmäßig 25.
{ "data": [ { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://socilinkr.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://socilinkr.com/api/qr-codes?&page=1", "last": "https://socilinkr.com/api/qr-codes?&page=1", "next": null, "prev": null, "self": "https://socilinkr.com/api/qr-codes?&page=1" } }
GET https://socilinkr.com/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://socilinkr.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://socilinkr.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://socilinkr.com/api/qr-codes
Parameter Details Beschreibung
project_id Optional Integer -
name Erforderlich String -
type Erforderlich String Erlaubte Werte: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Optional Boolean Verfügbar, wenn: type = text
style Optional String Erlaubte Werte: square, dot, round, diamond, heart
inner_eye_style Optional String Erlaubte Werte: square, dot, rounded, diamond, flower, leaf
outer_eye_style Optional String Erlaubte Werte: square, circle, rounded, flower, leaf
foreground_type Optional String Erlaubte Werte: color, gradient
foreground_color Optional String Verfügbar, wenn: foreground_type = color
foreground_gradient_style Optional String Erlaubte Werte: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Optional String Verfügbar, wenn: foreground_type = gradient
foreground_gradient_two Optional String Verfügbar, wenn: foreground_type = gradient
background_color Optional String
background_color_transparency Optional Integer
custom_eyes_color Optional Boolean
eyes_inner_color Optional String Verfügbar, wenn: custom_eyes_color = 1
eyes_outer_color Optional String Verfügbar, wenn: custom_eyes_color = 1
qr_code_logo Optional Datei -
qr_code_logo_size Optional Integer 5-35
qr_code_background Optional Datei -
qr_code_background_transparency Optional Integer 0-100
qr_code_foreground Optional Datei -
qr_code_foreground_transparency Optional Integer 0-100
frame Optional String Erlaubte Werte: 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 Optional String
frame_text_size Optional Integer -5 - 5
frame_text_font Optional String Erlaubte Werte: 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 Optional Boolean
frame_color Optional String Verfügbar, wenn: frame_custom_colors = 1
frame_text_color Optional String Verfügbar, wenn: frame_custom_colors = 1
size Optional Integer 50-2000
margin Optional Integer 0-25
ecc Optional String Erlaubte Werte: L, M, Q, H
text Optional String Verfügbar, wenn: type = text
url Optional String Verfügbar, wenn: type = url
phone Optional String Verfügbar, wenn: type = phone
sms Optional String Verfügbar, wenn: type = sms
sms_body Optional String Verfügbar, wenn: type = sms
email Optional String Verfügbar, wenn: type = email
whatsapp Optional String Verfügbar, wenn: type = whatsapp
whatsapp_body Optional String Verfügbar, wenn: type = whatsapp
facetime Optional String Verfügbar, wenn: type = facetime
location
location_latitude Optional Float Verfügbar, wenn: type = location
location_longitude Optional Float Verfügbar, wenn: type = location
wifi
wifi_ssid Optional String Verfügbar, wenn: type = wifi
wifi_encryption Optional String Erlaubte Werte: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Optional String Verfügbar, wenn: type = wifi
wifi_is_hidden Optional Boolean Verfügbar, wenn: type = wifi
event Optional String Verfügbar, wenn: type = event
event_location Optional String Verfügbar, wenn: type = event
event_url Optional String Verfügbar, wenn: type = event
event_note Optional String Verfügbar, wenn: type = event
event_timezone Optional String Verfügbar, wenn: type = event
event_start_datetime Optional String Verfügbar, wenn: type = event
event_end_datetime Optional String Verfügbar, wenn: type = event
event_first_alert_datetime Optional String Verfügbar, wenn: type = event
event_second_alert_datetime Optional String Verfügbar, wenn: type = event
crypto
crypto_coin Optional String Verfügbar, wenn: type = crypto
crypto_address Optional String Verfügbar, wenn: type = crypto
crypto_amount Optional String Verfügbar, wenn: type = crypto
vcard
vcard_first_name Optional String Verfügbar, wenn: type = vcard
vcard_last_name Optional String Verfügbar, wenn: type = vcard
vcard_company Optional String Verfügbar, wenn: type = vcard
vcard_phone_number_label[index] Optional String Verfügbar, wenn: type = vcard
vcard_phone_number_value[index] Optional String Verfügbar, wenn: type = vcard
vcard_email Optional String Verfügbar, wenn: type = vcard
vcard_url Optional String Verfügbar, wenn: type = vcard
vcard_job_title Optional String Verfügbar, wenn: type = vcard
vcard_birthday Optional String Verfügbar, wenn: type = vcard
vcard_street Optional String Verfügbar, wenn: type = vcard
vcard_city Optional String Verfügbar, wenn: type = vcard
vcard_zip Optional String Verfügbar, wenn: type = vcard
vcard_region Optional String Verfügbar, wenn: type = vcard
vcard_country Optional String Verfügbar, wenn: type = vcard
vcard_note Optional String Verfügbar, wenn: type = vcard
vcard_social_label[index] Optional String Verfügbar, wenn: type = vcard
vcard_social_value[index] Optional String Verfügbar, wenn: type = vcard
paypal
paypal_type Optional String Erlaubte Werte: buy_now, add_to_cart, donation (type=paypal)
paypal_email Optional String Verfügbar, wenn: type = paypal
paypal_title Optional String Verfügbar, wenn: type = paypal
paypal_currency Optional String Verfügbar, wenn: type = paypal
paypal_price Optional Float Verfügbar, wenn: type = paypal
paypal_thank_you_url Optional String Verfügbar, wenn: type = paypal
paypal_cancel_url Optional String Verfügbar, wenn: type = paypal
upi
upi_payee_id Optional String Verfügbar, wenn: type = upi
upi_payee_name Optional String Verfügbar, wenn: type = upi
upi_currency Optional String Verfügbar, wenn: type = upi
upi_amount Optional Float Verfügbar, wenn: type = upi
upi_transaction_id Optional String Verfügbar, wenn: type = upi
upi_transaction_note Optional String Verfügbar, wenn: type = upi
upi_transaction_reference Optional String Verfügbar, wenn: type = upi
upi_thank_you_url Optional String Verfügbar, wenn: type = upi
epc
epc_iban Optional String Verfügbar, wenn: type = epc
epc_payee_name Optional String Verfügbar, wenn: type = epc
epc_currency Optional String Verfügbar, wenn: type = epc
epc_amount Optional Float Verfügbar, wenn: type = epc
epc_bic Optional String Verfügbar, wenn: type = epc
epc_remittance_reference Optional String Verfügbar, wenn: type = epc
epc_remittance_text Optional String Verfügbar, wenn: type = epc
information Optional String Verfügbar, wenn: type = epc
pix
pix_payee_key Optional String Verfügbar, wenn: type = pix
pix_payee_name Optional String Verfügbar, wenn: type = pix
pix_currency Optional String Verfügbar, wenn: type = pix
pix_amount Optional Float Verfügbar, wenn: type = pix
pix_city Optional String Verfügbar, wenn: type = pix
pix_transaction_id Optional String Verfügbar, wenn: type = pix
pix_description Optional String Verfügbar, wenn: type = pix
Parameter Details Beschreibung
curl --request POST \
--url 'https://socilinkr.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://socilinkr.com/api/qr-codes/{qr_code_id}
Parameter Details Beschreibung
project_id Optional String -
name Optional String -
type Optional String Erlaubte Werte: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Optional String Erlaubte Werte: square, dot, round, diamond, heart
inner_eye_style Optional String Erlaubte Werte: square, dot, rounded, diamond, flower, leaf
outer_eye_style Optional String Erlaubte Werte: square, circle, rounded, flower, leaf
foreground_type Optional String Erlaubte Werte: color, gradient
foreground_color Optional String Verfügbar, wenn: foreground_type = color
foreground_gradient_style Optional String Erlaubte Werte: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Optional String Verfügbar, wenn: foreground_type = gradient
foreground_gradient_two Optional String Verfügbar, wenn: foreground_type = gradient
background_color Optional String
background_color_transparency Optional Integer 0 - 100
custom_eyes_color Optional Boolean
eyes_inner_color Optional String Verfügbar, wenn: custom_eyes_color = 1
eyes_outer_color Optional String Verfügbar, wenn: custom_eyes_color = 1
qr_code_logo Optional Datei -
qr_code_logo_size Optional Integer 5-35
qr_code_background Optional Datei -
qr_code_background_transparency Optional Integer 0-100
qr_code_foreground Optional Datei -
qr_code_foreground_transparency Optional Integer 0-100
frame Optional String Erlaubte Werte: 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 Optional String
frame_text_size Optional Integer -5 -> 5
frame_text_font Optional String Erlaubte Werte: 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 Optional Boolean
frame_color Optional String Verfügbar, wenn: frame_custom_colors = 1
frame_text_color Optional String Verfügbar, wenn: frame_custom_colors = 1
size Optional Integer 50-2000
margin Optional Integer 0-25
ecc Optional String Erlaubte Werte: L, M, Q, H
text Optional String Verfügbar, wenn: type = text
url Optional String Verfügbar, wenn: type = url
phone Optional String Verfügbar, wenn: type = phone
sms Optional String Verfügbar, wenn: type = sms
sms_body Optional String Verfügbar, wenn: type = sms
email Optional String Verfügbar, wenn: type = email
whatsapp Optional String Verfügbar, wenn: type = whatsapp
whatsapp_body Optional String Verfügbar, wenn: type = whatsapp
facetime Optional String Verfügbar, wenn: type = facetime
location
location_latitude Optional Float Verfügbar, wenn: type = location
location_longitude Optional Float Verfügbar, wenn: type = location
wifi
wifi_ssid Optional String Verfügbar, wenn: type = wifi
wifi_encryption Optional String Erlaubte Werte: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Optional String Verfügbar, wenn: type = wifi
wifi_is_hidden Optional Boolean Verfügbar, wenn: type = wifi
event Optional String Verfügbar, wenn: type = event
event_location Optional String Verfügbar, wenn: type = event
event_url Optional String Verfügbar, wenn: type = event
event_note Optional String Verfügbar, wenn: type = event
event_timezone Optional String Verfügbar, wenn: type = event
event_start_datetime Optional String Verfügbar, wenn: type = event
event_end_datetime Optional String Verfügbar, wenn: type = event
event_first_alert_datetime Optional String Verfügbar, wenn: type = event
event_second_alert_datetime Optional String Verfügbar, wenn: type = event
crypto
crypto_coin Optional String Verfügbar, wenn: type = crypto
crypto_address Optional String Verfügbar, wenn: type = crypto
crypto_amount Optional String Verfügbar, wenn: type = crypto
vcard
vcard_first_name Optional String Verfügbar, wenn: type = vcard
vcard_last_name Optional String Verfügbar, wenn: type = vcard
vcard_company Optional String Verfügbar, wenn: type = vcard
vcard_phone_number_label[index] Optional String Verfügbar, wenn: type = vcard
vcard_phone_number_value[index] Optional String Verfügbar, wenn: type = vcard
vcard_email Optional String Verfügbar, wenn: type = vcard
vcard_url Optional String Verfügbar, wenn: type = vcard
vcard_job_title Optional String Verfügbar, wenn: type = vcard
vcard_birthday Optional String Verfügbar, wenn: type = vcard
vcard_street Optional String Verfügbar, wenn: type = vcard
vcard_city Optional String Verfügbar, wenn: type = vcard
vcard_zip Optional String Verfügbar, wenn: type = vcard
vcard_region Optional String Verfügbar, wenn: type = vcard
vcard_country Optional String Verfügbar, wenn: type = vcard
vcard_note Optional String Verfügbar, wenn: type = vcard
vcard_social_label[index] Optional String Verfügbar, wenn: type = vcard
vcard_social_value[index] Optional String Verfügbar, wenn: type = vcard
paypal
paypal_type Optional String Erlaubte Werte: buy_now, add_to_cart, donation (type=paypal)
paypal_email Optional String Verfügbar, wenn: type = paypal
paypal_title Optional String Verfügbar, wenn: type = paypal
paypal_currency Optional String Verfügbar, wenn: type = paypal
paypal_price Optional Float Verfügbar, wenn: type = paypal
paypal_thank_you_url Optional String Verfügbar, wenn: type = paypal
paypal_cancel_url Optional String Verfügbar, wenn: type = paypal
upi
upi_payee_id Optional String Verfügbar, wenn: type = upi
upi_payee_name Optional String Verfügbar, wenn: type = upi
upi_currency Optional String Verfügbar, wenn: type = upi
upi_amount Optional Float Verfügbar, wenn: type = upi
upi_transaction_id Optional String Verfügbar, wenn: type = upi
upi_transaction_note Optional String Verfügbar, wenn: type = upi
upi_transaction_reference Optional String Verfügbar, wenn: type = upi
upi_thank_you_url Optional String Verfügbar, wenn: type = upi
epc
epc_iban Optional String Verfügbar, wenn: type = epc
epc_payee_name Optional String Verfügbar, wenn: type = epc
epc_currency Optional String Verfügbar, wenn: type = epc
epc_amount Optional Float Verfügbar, wenn: type = epc
epc_bic Optional String Verfügbar, wenn: type = epc
epc_remittance_reference Optional String Verfügbar, wenn: type = epc
epc_remittance_text Optional String Verfügbar, wenn: type = epc
information Optional String Verfügbar, wenn: type = epc
pix
pix_payee_key Optional String Verfügbar, wenn: type = pix
pix_payee_name Optional String Verfügbar, wenn: type = pix
pix_currency Optional String Verfügbar, wenn: type = pix
pix_amount Optional Float Verfügbar, wenn: type = pix
pix_city Optional String Verfügbar, wenn: type = pix
pix_transaction_id Optional String Verfügbar, wenn: type = pix
pix_description Optional String Verfügbar, wenn: type = pix
curl --request POST \
--url 'https://socilinkr.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://socilinkr.com/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://socilinkr.com/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \