Nuorodos
GET https://ezbiolink.com/api/links/
curl --request GET \
--url 'https://ezbiolink.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://ezbiolink.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
| Parametrai | Informacija | Aprašymas |
|---|---|---|
| page | Neprivaloma Sveikasis skaičius | Puslapis, iš kurio norite gauti rezultatus. Numatyta reikšmė yra 1. |
| results_per_page | Neprivaloma Sveikasis skaičius | Kiek rezultatų norite per puslapį. Leidžiamos reikšmės yra: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Numatyta reikšmė yra 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,
"datetime": "2025-12-13 14:52:51"
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://ezbiolink.com/api/links?&page=1",
"last": "https://ezbiolink.com/api/links?&page=1",
"next": null,
"prev": null,
"self": "https://ezbiolink.com/api/links?&page=1"
}
}
GET https://ezbiolink.com/api/links/{link_id}
curl --request GET \
--url 'https://ezbiolink.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://ezbiolink.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
},
"clicks": 10,
"order": 0,
"start_date": null,
"end_date": null,
"datetime": "2025-12-13 14:52:51"
}
}
POST https://ezbiolink.com/api/links
| Parametrai | Informacija | Aprašymas |
|---|---|---|
| type | Neprivaloma Eilutė | link |
| location_url | Reikalingas Eilutė | Paskirties URL. |
| url | Neprivaloma Eilutė | Sugeneruoto nuorodos aliasas. Palikite tuščią, jei norite sugeneruoti atsitiktinį. |
| domain_id | Neprivaloma Sveikasis skaičius | - |
| project_id | Neprivaloma Sveikasis skaičius | - |
| pixels_ids | Neprivaloma Masyvas Sveikasis skaičius | - |
| schedule | Neprivaloma Booleanai | - |
| start_date | Neprivaloma Eilutė | Galima nuo: schedule = true |
| end_date | Neprivaloma Eilutė | Galima nuo: schedule = true |
| clicks_limit | Neprivaloma Sveikasis skaičius | - |
| expiration_url | Neprivaloma Eilutė | - |
| sensitive_content | Neprivaloma Booleanai | - |
| http_status_code | Neprivaloma Sveikasis skaičius | Leidžiamos reikšmės: 301, 302, 307, 308 |
| app_linking_is_enabled | Neprivaloma Booleanai | - |
| cloaking_is_enabled | Neprivaloma Booleanai | - |
| cloaking_title | Neprivaloma Eilutė | - |
| cloaking_custom_js | Neprivaloma Eilutė | - |
| cloaking_favicon | Neprivaloma Failas | - |
| cloaking_opengraph | Neprivaloma Failas | - |
| password | Neprivaloma Eilutė | - |
| forward_query_parameters_is_enabled | Neprivaloma Booleanai | - |
| utm_source | Neprivaloma Eilutė | - |
| utm_medium | Neprivaloma Eilutė | - |
| utm_campaign | Neprivaloma Eilutė | - |
| targeting_type | Neprivaloma Eilutė | continent_code , country_code , device_type , browser_language , rotation , os_name , browser_name |
| targeting_continent_code_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = continent_code |
| targeting_continent_code_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = continent_code |
| targeting_country_code_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = country_code |
| targeting_country_code_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = country_code |
| targeting_city_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = city_name |
| targeting_city_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = city_name |
| targeting_device_type_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = device_type |
| targeting_device_type_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = device_type |
| targeting_browser_language_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_language |
| targeting_browser_language_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_language |
| targeting_rotation_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = rotation |
| targeting_rotation_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = rotation |
| targeting_os_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = os_name |
| targeting_os_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = os_name |
| targeting_browser_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_name |
| targeting_browser_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_name |
curl --request POST \
--url 'https://ezbiolink.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://ezbiolink.com/' \
--url 'https://ezbiolink.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://ezbiolink.com/' \
{
"data": {
"id": 1
}
}
POST https://ezbiolink.com/api/links/{link_id}
| Parametrai | Informacija | Aprašymas |
|---|---|---|
| location_url | Neprivaloma Eilutė | Paskirties URL. |
| url | Neprivaloma Eilutė | Sugeneruoto nuorodos aliasas. Palikite tuščią, jei norite sugeneruoti atsitiktinį. |
| domain_id | Neprivaloma Sveikasis skaičius | - |
| project_id | Neprivaloma Sveikasis skaičius | - |
| pixels_ids | Neprivaloma Masyvas Sveikasis skaičius | - |
| schedule | Neprivaloma Booleanai | - |
| start_date | Neprivaloma Eilutė | Galima nuo: schedule = true |
| end_date | Neprivaloma Eilutė | Galima nuo: schedule = true |
| clicks_limit | Neprivaloma Sveikasis skaičius | - |
| expiration_url | Neprivaloma Eilutė | - |
| sensitive_content | Neprivaloma Booleanai | - |
| http_status_code | Neprivaloma Sveikasis skaičius | Leidžiamos reikšmės: 301, 302, 307, 308 |
| app_linking_is_enabled | Neprivaloma Booleanai | - |
| cloaking_is_enabled | Neprivaloma Booleanai | - |
| cloaking_title | Neprivaloma Eilutė | - |
| cloaking_custom_js | Neprivaloma Eilutė | - |
| cloaking_favicon | Neprivaloma Failas | - |
| cloaking_opengraph | Neprivaloma Failas | - |
| password | Neprivaloma Eilutė | - |
| forward_query_parameters_is_enabled | Neprivaloma Booleanai | - |
| utm_source | Neprivaloma Eilutė | - |
| utm_medium | Neprivaloma Eilutė | - |
| utm_campaign | Neprivaloma Eilutė | - |
| targeting_type | Neprivaloma Eilutė | continent_code , country_code , device_type , browser_language , rotation , os_name , browser_name |
| targeting_continent_code_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = continent_code |
| targeting_continent_code_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = continent_code |
| targeting_country_code_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = country_code |
| targeting_country_code_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = country_code |
| targeting_city_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = city_name |
| targeting_city_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = city_name |
| targeting_device_type_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = device_type |
| targeting_device_type_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = device_type |
| targeting_browser_language_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_language |
| targeting_browser_language_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_language |
| targeting_rotation_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = rotation |
| targeting_rotation_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = rotation |
| targeting_os_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = os_name |
| targeting_os_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = os_name |
| targeting_browser_name_key[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_name |
| targeting_browser_name_value[index] | Neprivaloma Eilutė | Galima nuo: targeting_type = browser_name |
curl --request POST \
--url 'https://ezbiolink.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://ezbiolink.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://ezbiolink.com/api/links/{link_id}
curl --request DELETE \
--url 'https://ezbiolink.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://ezbiolink.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \