API-Endpunkt:
https://klickeaufdenlink.de/api/v1/links
Beispiel für Anforderung:
curl --location --request GET 'https://klickeaufdenlink.de/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
for: name, alias
for: name, url
for: name. Standardwert: title
.status
0
for: name, 1
for: name, 2
for: name, 3
for: name. Standardwert: 0
.space_id
domain_id
pixel_id
sort_by
id
for: name, clicks
for: name, title
for: name, alias
for: name, url
for: name. Standardwert: id
.sort
desc
for: name, asc
for: name. Standardwert: desc
.per_page
10
, 25
, 50
, 100
. Standardwert: 10
.API-Endpunkt:
https://klickeaufdenlink.de/api/v1/links/{id}
Beispiel für Anforderung:
curl --location --request GET 'https://klickeaufdenlink.de/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://klickeaufdenlink.de/api/v1/links
Beispiel für Anforderung:
curl --location --request POST 'https://klickeaufdenlink.de/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}' \ --data-urlencode 'domain={id}'
url
domain_id
alias
password
space_id
pixel_ids
disabled
0
for: name, 1
for: name. Standardwert: 0
.privacy
0
for: name, 1
for: name, 2
for: name. Standardwert: 0
.privacy_password
2
.expiration_url
expiration_date
expiration_time
expiration_clicks
target_type
0
for: name, 1
for: name, 2
for: name, 4
for: name.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
API-Endpunkt:
https://klickeaufdenlink.de/api/v1/links/{id}
Beispiel für Anforderung:
curl --location --request PUT 'https://klickeaufdenlink.de/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space_id
pixel_ids
disabled
0
for: name, 1
for: name.privacy
0
for: name, 1
for: name, 2
for: name.privacy_password
2
.expiration_url
expiration_date
expiration_time
expiration_clicks
target_type
0
for: name, 1
for: name, 2
for: name, 4
for: name.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
API-Endpunkt:
https://klickeaufdenlink.de/api/v1/links/{id}
Beispiel für Anforderung:
curl --location --request DELETE 'https://klickeaufdenlink.de/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'