Liens
GET https://biolink.ma/api/links/
curl --request GET \
--url 'https://biolink.ma/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/links/' \
--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, "project_id": null, "domain_id": 0, "type": "link", "url": "example", "location_url": "https://example.com/", "settings": { "password": null, "sensitive_content": false }, "clicks": 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://biolink.ma/api/links?&page=1", "last": "https://biolink.ma/api/links?&page=1", "next": null, "prev": null, "self": "https://biolink.ma/api/links?&page=1" } }
GET https://biolink.ma/api/links/{link_id}
curl --request GET \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/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 }, "clicks": 10, "order": 0, "start_date": null, "end_date": null, "date": "2020-11-15 12:00:00" } }
POST https://biolink.ma/api/links
Paramètres | Détails | Description |
---|---|---|
type | Optionnel Chaîne de caractères | link |
location_url | Obligatoire Chaîne de caractères | L'URL de la destination. |
url | Optionnel Chaîne de caractères | L'alias d'URL du lien généré. Laissez vide pour un généré aléatoirement. |
domain_id | Optionnel Entier | - |
project_id | Optionnel Entier | - |
pixels_ids | Optionnel Déployer Entier | - |
schedule | Optionnel Booléen | - |
start_date | Optionnel Chaîne de caractères | (schedule=true) |
end_date | Optionnel Chaîne de caractères | (schedule=true) |
clicks_limit | Optionnel Entier | - |
expiration_url | Optionnel Chaîne de caractères | - |
sensitive_content | Optionnel Booléen | - |
passsword | Optionnel Chaîne de caractères | - |
targeting_type | Optionnel Chaîne de caractères | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | Optionnel Entier | (targeting_type=country_code) |
targeting_country_code_value[index] | Optionnel Chaîne de caractères | (targeting_type=country_code) |
targeting_device_type_key[index] | Optionnel Entier | (targeting_type=device_type) |
targeting_device_type_value[index] | Optionnel Chaîne de caractères | (targeting_type=device_type) |
targeting_browser_language_key[index] | Optionnel Entier | (targeting_type=browser_language) |
targeting_browser_language_value[index] | Optionnel Chaîne de caractères | (targeting_type=browser_language) |
targeting_rotation_key[index] | Optionnel Entier | (targeting_type=rotation) |
targeting_rotation_value[index] | Optionnel Chaîne de caractères | (targeting_type=rotation) |
targeting_os_name_key[index] | Optionnel Entier | (targeting_type=os_name) |
targeting_os_name_value[index] | Optionnel Chaîne de caractères | (targeting_type=os_name) |
curl --request POST \
--url 'https://biolink.ma/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://biolink.ma/' \
--url 'https://biolink.ma/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://biolink.ma/' \
{ "data": { "id": 1 } }
POST https://biolink.ma/api/links/{link_id}
Paramètres | Détails | Description |
---|---|---|
location_url | Optionnel Chaîne de caractères | L'URL de la destination. |
url | Optionnel Chaîne de caractères | L'alias d'URL du lien généré. Laissez vide pour un généré aléatoirement. |
domain_id | Optionnel Entier | - |
project_id | Optionnel Entier | - |
pixels_ids | Optionnel Déployer Entier | - |
schedule | Optionnel Booléen | - |
start_date | Optionnel Chaîne de caractères | (schedule=true) |
end_date | Optionnel Chaîne de caractères | (schedule=true) |
clicks_limit | Optionnel Entier | - |
expiration_url | Optionnel Chaîne de caractères | - |
sensitive_content | Optionnel Booléen | - |
passsword | Optionnel Chaîne de caractères | - |
targeting_type | Optionnel Chaîne de caractères | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | Optionnel Entier | (targeting_type=country_code) |
targeting_country_code_value[index] | Optionnel Chaîne de caractères | (targeting_type=country_code) |
targeting_device_type_key[index] | Optionnel Entier | (targeting_type=device_type) |
targeting_device_type_value[index] | Optionnel Chaîne de caractères | (targeting_type=device_type) |
targeting_browser_language_key[index] | Optionnel Entier | (targeting_type=browser_language) |
targeting_browser_language_value[index] | Optionnel Chaîne de caractères | (targeting_type=browser_language) |
targeting_rotation_key[index] | Optionnel Entier | (targeting_type=rotation) |
targeting_rotation_value[index] | Optionnel Chaîne de caractères | (targeting_type=rotation) |
targeting_os_name_key[index] | Optionnel Entier | (targeting_type=os_name) |
targeting_os_name_value[index] | Optionnel Chaîne de caractères | (targeting_type=os_name) |
curl --request POST \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{ "data": { "id": 1 } }
DELETE https://biolink.ma/api/links/{link_id}
curl --request DELETE \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.ma/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \