Links
GET https://qrdynamique.fr/api/links/
curl --request GET \
--url 'https://qrdynamique.fr/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrdynamique.fr/api/links/' \
--header 'Authorization: Bearer {api_key}' \
| Paramètres | Détails | Description |
|---|---|---|
| page | Facultatif Entier | Le numéro de page à partir duquel vous souhaitez obtenir les résultats. La valeur par défaut est 1. |
| results_per_page | Facultatif Entier | Combien de résultats vous souhaitez par page. Les valeurs autorisées sont : 10 , 25 , 50 , 100 , 250 , 500 , 1000. La valeur par défaut est 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,
"date": "2020-11-15 12:00:00"
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://qrdynamique.fr/api/links?&page=1",
"last": "https://qrdynamique.fr/api/links?&page=1",
"next": null,
"prev": null,
"self": "https://qrdynamique.fr/api/links?&page=1"
}
}
GET https://qrdynamique.fr/api/links/{link_id}
curl --request GET \
--url 'https://qrdynamique.fr/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrdynamique.fr/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,
"date": "2020-11-15 12:00:00"
}
}
POST https://qrdynamique.fr/api/links
| Paramètres | Détails | Description |
|---|---|---|
| location_url | Requis Chaîne | L'URL de la destination. |
| url | Facultatif Chaîne | L'alias URL du lien généré. Laissez ce champ vide pour un lien généré aléatoirement. |
| domain_id | Facultatif Entier | - |
| project_id | Facultatif Entier | - |
| pixels_ids | Facultatif Tableau Entier | - |
| schedule | Facultatif Booléen | - |
| start_date | Facultatif Chaîne | Disponible quand : schedule = true |
| end_date | Facultatif Chaîne | Disponible quand : schedule = true |
| pageviews_limit | Facultatif Entier | - |
| expiration_url | Facultatif Chaîne | - |
| password | Facultatif Chaîne | - |
| sensitive_content | Facultatif Booléen | - |
| http_status_code | Facultatif Entier | Valeurs autorisées : 301, 302, 307, 308 |
| app_linking_is_enabled | Facultatif Booléen | - |
| cloaking_is_enabled | Facultatif Booléen | - |
| cloaking_title | Facultatif Chaîne | - |
| cloaking_favicon | Facultatif Déposer | - |
| targeting_type | Facultatif Chaîne | country_code , device_type , browser_language , rotation , os_name |
| targeting_country_code_key[index] | Facultatif Chaîne | (targeting_type=country_code) |
| targeting_country_code_value[index] | Facultatif Chaîne | (targeting_type=country_code) |
| targeting_device_type_key[index] | Facultatif Chaîne | (targeting_type=device_type) |
| targeting_device_type_value[index] | Facultatif Chaîne | (targeting_type=device_type) |
| targeting_browser_language_key[index] | Facultatif Chaîne | (targeting_type=browser_language) |
| targeting_browser_language_value[index] | Facultatif Chaîne | (targeting_type=browser_language) |
| targeting_rotation_key[index] | Facultatif Chaîne | (targeting_type=rotation) |
| targeting_rotation_value[index] | Facultatif Chaîne | (targeting_type=rotation) |
| targeting_os_name_key[index] | Facultatif Chaîne | (targeting_type=os_name) |
| targeting_os_name_value[index] | Facultatif Chaîne | (targeting_type=os_name) |
curl --request POST \
--url 'https://qrdynamique.fr/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrdynamique.fr/' \
--url 'https://qrdynamique.fr/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrdynamique.fr/' \
{
"data": {
"id": 1
}
}
POST https://qrdynamique.fr/api/links/{link_id}
| Paramètres | Détails | Description |
|---|---|---|
| location_url | Facultatif Chaîne | L'URL de la destination. |
| url | Facultatif Chaîne | L'alias URL du lien généré. Laissez ce champ vide pour un lien généré aléatoirement. |
| domain_id | Facultatif Entier | - |
| project_id | Facultatif Entier | - |
| pixels_ids | Facultatif Tableau Entier | - |
| schedule | Facultatif Booléen | - |
| start_date | Facultatif Chaîne | Disponible quand : schedule = true |
| end_date | Facultatif Chaîne | Disponible quand : schedule = true |
| pageviews_limit | Facultatif Entier | - |
| expiration_url | Facultatif Chaîne | - |
| password | Facultatif Chaîne | - |
| sensitive_content | Facultatif Booléen | - |
| http_status_code | Facultatif Entier | Valeurs autorisées : 301, 302, 307, 308 |
| app_linking_is_enabled | Facultatif Booléen | - |
| cloaking_is_enabled | Facultatif Booléen | - |
| cloaking_title | Facultatif Chaîne | - |
| cloaking_favicon | Facultatif Déposer | - |
| targeting_type | Facultatif Chaîne | country_code , device_type , browser_language , rotation , os_name |
| targeting_country_code_key[index] | Facultatif Chaîne | (targeting_type=country_code) |
| targeting_country_code_value[index] | Facultatif Chaîne | (targeting_type=country_code) |
| targeting_device_type_key[index] | Facultatif Chaîne | (targeting_type=device_type) |
| targeting_device_type_value[index] | Facultatif Chaîne | (targeting_type=device_type) |
| targeting_browser_language_key[index] | Facultatif Chaîne | (targeting_type=browser_language) |
| targeting_browser_language_value[index] | Facultatif Chaîne | (targeting_type=browser_language) |
| targeting_rotation_key[index] | Facultatif Chaîne | (targeting_type=rotation) |
| targeting_rotation_value[index] | Facultatif Chaîne | (targeting_type=rotation) |
| targeting_os_name_key[index] | Facultatif Chaîne | (targeting_type=os_name) |
| targeting_os_name_value[index] | Facultatif Chaîne | (targeting_type=os_name) |
curl --request POST \
--url 'https://qrdynamique.fr/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://qrdynamique.fr/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{
"data": {
"id": 1
}
}
DELETE https://qrdynamique.fr/api/links/{link_id}
curl --request DELETE \
--url 'https://qrdynamique.fr/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrdynamique.fr/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \