Bağlantılar
GET https://qrcodedynamic.com/api/links/
curl --request GET \
--url 'https://qrcodedynamic.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodedynamic.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
| Parametreler | Ayrıntılar | Açıklama |
|---|---|---|
| page | İsteğe Bağlı Tamsayı | Sonuç almak istediğiniz sayfa numarası. Varsayılan olarak 1. |
| results_per_page | İsteğe Bağlı Tamsayı | Sayfa başına kaç sonuç istersiniz. İzin verilen değerler: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Varsayılan değer 25. |
{
"data": [
{
"id": 1,
"project_id": null,
"domain_id": 0,
"type": "link",
"url": "example",
"location_url": "https://example.com/",
"settings": {
"password": null,
"sensitive_content": false
},
"pageviews": 10,
"order": 0,
"start_date": null,
"end_date": null,
"datetime": "2025-12-06 21:58:22"
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://qrcodedynamic.com/api/links?&page=1",
"last": "https://qrcodedynamic.com/api/links?&page=1",
"next": null,
"prev": null,
"self": "https://qrcodedynamic.com/api/links?&page=1"
}
}
GET https://qrcodedynamic.com/api/links/{link_id}
curl --request GET \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
{
"data": {
"id": 1,
"project_id": null,
"domain_id": 0,
"type": "link",
"url": "example",
"location_url": "https://example.com/",
"settings": {
"password": null,
"sensitive_content": false
},
"pageviews": 10,
"order": 0,
"start_date": null,
"end_date": null,
"datetime": "2025-12-06 21:58:22"
}
}
POST https://qrcodedynamic.com/api/links
| Parametreler | Ayrıntılar | Açıklama |
|---|---|---|
| location_url | Gerekli String | Hedefin URL'siis_bulk = 0 kullanılabilir |
| location_urls | Gerekli String | Hedefin URL'siis_bulk = 1 kullanılabilir |
| url | İsteğe Bağlı String | Oluşturulan bağlantının URL takma adı. Rastgele oluşturulmuş bir tane için boş bırakın.is_bulk = 0 kullanılabilir |
| is_bulk | İsteğe Bağlı Boolean | |
| domain_id | İsteğe Bağlı Tamsayı | - |
| project_id | İsteğe Bağlı Tamsayı | - |
| pixels_ids | İsteğe Bağlı Dizi Tamsayı | - |
| schedule | İsteğe Bağlı Boolean | - |
| start_date | İsteğe Bağlı String | schedule = true kullanılabilir |
| end_date | İsteğe Bağlı String | schedule = true kullanılabilir |
| pageviews_limit | İsteğe Bağlı Tamsayı | - |
| expiration_url | İsteğe Bağlı String | - |
| password | İsteğe Bağlı String | - |
| forward_query_parameters_is_enabled | İsteğe Bağlı Boolean | - |
| utm_source | İsteğe Bağlı String | - |
| utm_medium | İsteğe Bağlı String | - |
| utm_campaign | İsteğe Bağlı String | - |
| sensitive_content | İsteğe Bağlı Boolean | - |
| http_status_code | İsteğe Bağlı Tamsayı | İzin verilen değerler: 301, 302, 307, 308 |
| app_linking_is_enabled | İsteğe Bağlı Boolean | - |
| cloaking_is_enabled | İsteğe Bağlı Boolean | - |
| cloaking_title | İsteğe Bağlı String | - |
| cloaking_meta_description | İsteğe Bağlı String | - |
| cloaking_custom_js | İsteğe Bağlı String | - |
| cloaking_favicon | İsteğe Bağlı Dosya | - |
| cloaking_opengraph | İsteğe Bağlı Dosya | - |
| targeting_type | İsteğe Bağlı String | continent_code , country_code , city_name , device_type , browser_language , rotation , os_name , browser_name |
| targeting_continent_code_key[index] | İsteğe Bağlı String | targeting_type = continent_code kullanılabilir |
| targeting_continent_code_value[index] | İsteğe Bağlı String | targeting_type = continent_code kullanılabilir |
| targeting_country_code_key[index] | İsteğe Bağlı String | targeting_type = country_code kullanılabilir |
| targeting_country_code_value[index] | İsteğe Bağlı String | targeting_type = country_code kullanılabilir |
| targeting_city_name_key[index] | İsteğe Bağlı String | targeting_type = city_name kullanılabilir |
| targeting_city_name_value[index] | İsteğe Bağlı String | targeting_type = city_name kullanılabilir |
| targeting_device_type_key[index] | İsteğe Bağlı String | targeting_type = device_type kullanılabilir |
| targeting_device_type_value[index] | İsteğe Bağlı String | targeting_type = device_type kullanılabilir |
| targeting_browser_language_key[index] | İsteğe Bağlı String | targeting_type = browser_language kullanılabilir |
| targeting_browser_language_value[index] | İsteğe Bağlı String | targeting_type = browser_language kullanılabilir |
| targeting_rotation_key[index] | İsteğe Bağlı String | targeting_type = rotation kullanılabilir |
| targeting_rotation_value[index] | İsteğe Bağlı String | targeting_type = rotation kullanılabilir |
| targeting_os_name_key[index] | İsteğe Bağlı String | targeting_type = os_name kullanılabilir |
| targeting_os_name_value[index] | İsteğe Bağlı String | targeting_type = os_name kullanılabilir |
| targeting_browser_name_key[index] | İsteğe Bağlı String | targeting_type = browser_name kullanılabilir |
| targeting_browser_name_value[index] | İsteğe Bağlı String | targeting_type = browser_name kullanılabilir |
curl --request POST \
--url 'https://qrcodedynamic.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrcodedynamic.com/' \
--url 'https://qrcodedynamic.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrcodedynamic.com/' \
{
"data": {
"id": 1
}
}
POST https://qrcodedynamic.com/api/links/{link_id}
| Parametreler | Ayrıntılar | Açıklama |
|---|---|---|
| location_url | İsteğe Bağlı String | Hedefin URL'si |
| url | İsteğe Bağlı String | Oluşturulan bağlantının URL takma adı. Rastgele oluşturulmuş bir tane için boş bırakın. |
| domain_id | İsteğe Bağlı Tamsayı | - |
| project_id | İsteğe Bağlı Tamsayı | - |
| pixels_ids | İsteğe Bağlı Dizi Tamsayı | - |
| schedule | İsteğe Bağlı Boolean | - |
| start_date | İsteğe Bağlı String | schedule = true kullanılabilir |
| end_date | İsteğe Bağlı String | schedule = true kullanılabilir |
| pageviews_limit | İsteğe Bağlı Tamsayı | - |
| expiration_url | İsteğe Bağlı String | - |
| password | İsteğe Bağlı String | - |
| forward_query_parameters_is_enabled | İsteğe Bağlı Boolean | - |
| utm_source | İsteğe Bağlı String | - |
| utm_medium | İsteğe Bağlı String | - |
| utm_campaign | İsteğe Bağlı String | - |
| sensitive_content | İsteğe Bağlı Boolean | - |
| http_status_code | İsteğe Bağlı Tamsayı | İzin verilen değerler: 301, 302, 307, 308 |
| app_linking_is_enabled | İsteğe Bağlı Boolean | - |
| cloaking_is_enabled | İsteğe Bağlı Boolean | - |
| cloaking_title | İsteğe Bağlı String | - |
| cloaking_meta_description | İsteğe Bağlı String | - |
| cloaking_custom_js | İsteğe Bağlı String | - |
| cloaking_favicon | İsteğe Bağlı Dosya | - |
| cloaking_opengraph | İsteğe Bağlı Dosya | - |
| targeting_type | İsteğe Bağlı String | continent_code , country_code , city_name , device_type , browser_language , rotation , os_name , browser_name |
| targeting_continent_code_key[index] | İsteğe Bağlı String | targeting_type = continent_code kullanılabilir |
| targeting_continent_code_value[index] | İsteğe Bağlı String | targeting_type = continent_code kullanılabilir |
| targeting_country_code_key[index] | İsteğe Bağlı String | targeting_type = country_code kullanılabilir |
| targeting_country_code_value[index] | İsteğe Bağlı String | targeting_type = country_code kullanılabilir |
| targeting_city_name_key[index] | İsteğe Bağlı String | targeting_type = city_name kullanılabilir |
| targeting_city_name_value[index] | İsteğe Bağlı String | targeting_type = city_name kullanılabilir |
| targeting_device_type_key[index] | İsteğe Bağlı String | targeting_type = device_type kullanılabilir |
| targeting_device_type_value[index] | İsteğe Bağlı String | targeting_type = device_type kullanılabilir |
| targeting_browser_language_key[index] | İsteğe Bağlı String | targeting_type = browser_language kullanılabilir |
| targeting_browser_language_value[index] | İsteğe Bağlı String | targeting_type = browser_language kullanılabilir |
| targeting_rotation_key[index] | İsteğe Bağlı String | targeting_type = rotation kullanılabilir |
| targeting_rotation_value[index] | İsteğe Bağlı String | targeting_type = rotation kullanılabilir |
| targeting_os_name_key[index] | İsteğe Bağlı String | targeting_type = os_name kullanılabilir |
| targeting_os_name_value[index] | İsteğe Bağlı String | targeting_type = os_name kullanılabilir |
| targeting_browser_name_key[index] | İsteğe Bağlı String | targeting_type = browser_name kullanılabilir |
| targeting_browser_name_value[index] | İsteğe Bağlı String | targeting_type = browser_name kullanılabilir |
curl --request POST \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{
"data": {
"id": 1
}
}
DELETE https://qrcodedynamic.com/api/links/{link_id}
curl --request DELETE \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodedynamic.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \