Codes QR
GET https://biolink.ma/api/qr-codes/
curl --request GET \
--url 'https://biolink.ma/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Paramètres | Détails | Description |
---|---|---|
page | Optionnel Entier | Le numéro de page dont vous souhaitez obtenir les résultats. La valeur par défaut est 1 . |
results_per_page | Optionnel Entier | Combien de résultats vous voulez par page. Les valeurs autorisées sont : 10 , 25 , 50 , 100 , 250 , 500 . Par défaut, 25 . |
{ "data": [ { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://biolink.ma/uploads/qr_code/example.svg", "qr_code_logo": 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" }, "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://biolink.ma/api/qr-codes?&page=1", "last": "https://biolink.ma/api/qr-codes?&page=1", "next": null, "prev": null, "self": "https://biolink.ma/api/qr-codes?&page=1" } }
GET https://biolink.ma/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://biolink.ma/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "type": "url", "name": "Example name", "qr_code": "https://biolink.ma/uploads/qr_code/example.svg", "qr_code_logo": 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" }, "last_datetime": "2021-10-31 09:47:25", "datetime": "2021-10-29 16:32:25" } }
POST https://biolink.ma/api/qr-codes
Paramètres | Détails | Description |
---|---|---|
project_id | Optionnel Entier | - |
name | Obligatoire Chaîne de caractères | - |
type | Obligatoire Chaîne de caractères | text , url , phone , sms , email , whatsapp , facetime , location , wifi , event , crypto , vcard , paypal |
style | Optionnel Chaîne de caractères | square , dot , round |
foreground_type | Optionnel Chaîne de caractères | color , gradient |
foreground_color | Optionnel Chaîne de caractères | (foreground_type=color) |
foreground_gradient_style | Optionnel Chaîne de caractères | vertical horizontal diagonal inverse_diagonal radial (foreground_type=gradient) |
foreground_gradient_one | Optionnel Chaîne de caractères | (foreground_type=gradient) |
foreground_gradient_two | Optionnel Chaîne de caractères | (foreground_type=gradient) |
background_color | Optionnel Chaîne de caractères | |
background_color_transparency | Optionnel Entier | |
custom_eyes_color | Optionnel Booléen | |
eyes_inner_color | Optionnel Chaîne de caractères | (custom_eyes_color=1) |
eyes_outer_color | Optionnel Chaîne de caractères | (custom_eyes_color=1) |
qr_code_logo | Optionnel Dossier | - |
qr_code_logo_size | Optionnel Entier | 5-35 |
size | Optionnel Entier | 50-2000 |
margin | Optionnel Entier | 0-25 |
ecc | Optionnel Chaîne de caractères | L , M , Q , H |
text | Optionnel Chaîne de caractères | (type=text) |
url | Optionnel Chaîne de caractères | (type=url) |
phone | Optionnel Chaîne de caractères | (type=phone) |
sms | Optionnel Chaîne de caractères | (type=sms) |
sms_body | Optionnel Chaîne de caractères | (type=sms) |
Optionnel Chaîne de caractères | (type=email) | |
email_subject | Optionnel Chaîne de caractères | (type=email) |
email_body | Optionnel Chaîne de caractères | (type=email) |
Optionnel Chaîne de caractères | (type=whatsapp) | |
whatsapp_body | Optionnel Chaîne de caractères | (type=whatsapp) |
facetime | Optionnel Chaîne de caractères | (type=facetime) |
location_latitude | Optionnel Flotteur | (type=location) |
location_longitude | Optionnel Flotteur | (type=location) |
wifi_ssid | Optionnel Chaîne de caractères | (type=wifi) |
wifi_encryption | Optionnel Chaîne de caractères | nopass , WEP , WPA/WPA2 (type=wifi) |
wifi_password | Optionnel Chaîne de caractères | (type=wifi) |
wifi_is_hidden | Optionnel Booléen | (type=wifi) |
event | Optionnel Chaîne de caractères | (type=event) |
event_location | Optionnel Chaîne de caractères | (type=event) |
event_url | Optionnel Chaîne de caractères | (type=event) |
event_note | Optionnel Chaîne de caractères | (type=event) |
event_timezone | Optionnel Chaîne de caractères | (type=event) |
event_start_datetime | Optionnel Chaîne de caractères | (type=event) |
event_end_datetime | Optionnel Chaîne de caractères | (type=event) |
crypto_coin | Optionnel Chaîne de caractères | (type=crypto) |
crypto_address | Optionnel Chaîne de caractères | (type=crypto) |
crypto_amount | Optionnel Chaîne de caractères | (type=crypto) |
vcard_first_name | Optionnel Chaîne de caractères | (type=vcard) |
vcard_last_name | Optionnel Chaîne de caractères | (type=vcard) |
vcard_company | Optionnel Chaîne de caractères | (type=vcard) |
vcard_phone | Optionnel Chaîne de caractères | (type=vcard) |
vcard_email | Optionnel Chaîne de caractères | (type=vcard) |
vcard_url | Optionnel Chaîne de caractères | (type=vcard) |
vcard_job_title | Optionnel Chaîne de caractères | (type=vcard) |
vcard_birthday | Optionnel Chaîne de caractères | (type=vcard) |
vcard_street | Optionnel Chaîne de caractères | (type=vcard) |
vcard_city | Optionnel Chaîne de caractères | (type=vcard) |
vcard_zip | Optionnel Chaîne de caractères | (type=vcard) |
vcard_region | Optionnel Chaîne de caractères | (type=vcard) |
vcard_country | Optionnel Chaîne de caractères | (type=vcard) |
vcard_note | Optionnel Chaîne de caractères | (type=vcard) |
vcard_social_label[index] | Optionnel Chaîne de caractères | (type=vcard) |
vcard_social_value[index] | Optionnel Chaîne de caractères | (type=vcard) |
curl --request POST \
--url 'https://biolink.ma/api/qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'type=text' \
--form 'text=Hello!' \
--url 'https://biolink.ma/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://biolink.ma/api/qr-codes/{qr_code_id}
Paramètres | Détails | Description |
---|---|---|
project_id | Optionnel Chaîne de caractères | - |
name | Optionnel Chaîne de caractères | - |
type | Optionnel Chaîne de caractères | text , url , phone , sms , email , whatsapp , facetime , location , wifi , event , crypto , vcard , paypal |
style | Optionnel Chaîne de caractères | square , dot , round |
foreground_type | Optionnel Chaîne de caractères | color , gradient |
foreground_color | Optionnel Chaîne de caractères | (foreground_type=color) |
foreground_gradient_style | Optionnel Chaîne de caractères | vertical horizontal diagonal inverse_diagonal radial (foreground_type=gradient) |
foreground_gradient_one | Optionnel Chaîne de caractères | (foreground_type=gradient) |
foreground_gradient_two | Optionnel Chaîne de caractères | (foreground_type=gradient) |
background_color | Optionnel Chaîne de caractères | |
background_color_transparency | Optionnel Entier | |
custom_eyes_color | Optionnel Booléen | |
eyes_inner_color | Optionnel Chaîne de caractères | (custom_eyes_color=1) |
eyes_outer_color | Optionnel Chaîne de caractères | (custom_eyes_color=1) |
qr_code_logo | Optionnel Dossier | - |
qr_code_logo_size | Optionnel Entier | 5-35 |
size | Optionnel Entier | 50-2000 |
margin | Optionnel Entier | 0-25 |
ecc | Optionnel Chaîne de caractères | L , M , Q , H |
text | Optionnel Chaîne de caractères | (type=text) |
url | Optionnel Chaîne de caractères | (type=url) |
phone | Optionnel Chaîne de caractères | (type=phone) |
sms | Optionnel Chaîne de caractères | (type=sms) |
sms_body | Optionnel Chaîne de caractères | (type=sms) |
Optionnel Chaîne de caractères | (type=email) | |
email_subject | Optionnel Chaîne de caractères | (type=email) |
email_body | Optionnel Chaîne de caractères | (type=email) |
Optionnel Chaîne de caractères | (type=whatsapp) | |
whatsapp_body | Optionnel Chaîne de caractères | (type=whatsapp) |
facetime | Optionnel Chaîne de caractères | (type=facetime) |
location_latitude | Optionnel Flotteur | (type=location) |
location_longitude | Optionnel Flotteur | (type=location) |
wifi_ssid | Optionnel Chaîne de caractères | (type=wifi) |
wifi_encryption | Optionnel Chaîne de caractères | nopass , WEP , WPA/WPA2 (type=wifi) |
wifi_password | Optionnel Chaîne de caractères | (type=wifi) |
wifi_is_hidden | Optionnel Booléen | (type=wifi) |
event | Optionnel Chaîne de caractères | (type=event) |
event_location | Optionnel Chaîne de caractères | (type=event) |
event_url | Optionnel Chaîne de caractères | (type=event) |
event_note | Optionnel Chaîne de caractères | (type=event) |
event_timezone | Optionnel Chaîne de caractères | (type=event) |
event_start_datetime | Optionnel Chaîne de caractères | (type=event) |
event_end_datetime | Optionnel Chaîne de caractères | (type=event) |
crypto_coin | Optionnel Chaîne de caractères | (type=crypto) |
crypto_address | Optionnel Chaîne de caractères | (type=crypto) |
crypto_amount | Optionnel Chaîne de caractères | (type=crypto) |
vcard_first_name | Optionnel Chaîne de caractères | (type=vcard) |
vcard_last_name | Optionnel Chaîne de caractères | (type=vcard) |
vcard_company | Optionnel Chaîne de caractères | (type=vcard) |
vcard_phone | Optionnel Chaîne de caractères | (type=vcard) |
vcard_email | Optionnel Chaîne de caractères | (type=vcard) |
vcard_url | Optionnel Chaîne de caractères | (type=vcard) |
vcard_job_title | Optionnel Chaîne de caractères | (type=vcard) |
vcard_birthday | Optionnel Chaîne de caractères | (type=vcard) |
vcard_street | Optionnel Chaîne de caractères | (type=vcard) |
vcard_city | Optionnel Chaîne de caractères | (type=vcard) |
vcard_zip | Optionnel Chaîne de caractères | (type=vcard) |
vcard_region | Optionnel Chaîne de caractères | (type=vcard) |
vcard_country | Optionnel Chaîne de caractères | (type=vcard) |
vcard_note | Optionnel Chaîne de caractères | (type=vcard) |
vcard_social_label[index] | Optionnel Chaîne de caractères | (type=vcard) |
vcard_social_value[index] | Optionnel Chaîne de caractères | (type=vcard) |
curl --request POST \
--url 'https://biolink.ma/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
--url 'https://biolink.ma/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://biolink.ma/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://biolink.ma/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \