API endpoint:
https://4or.de/api/v1/links
Beispiel Request:
curl --location --request GET 'https://4or.de/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
für Title, alias
für Alias, url
für URL. Standardwert: title
status
0
für Alle, 1
für Aktiv, 2
für Abgelaufen, 3
für Deaktiviert. Standardwert: 0
space_id
domain_id
pixel_id
sort_by
id
für Erstellungsdatum, clicks
für Klicks, title
für Title, alias
für Alias, url
für URL. Standardwert: id
sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert: desc
per_page
10
, 25
, 50
, 100
. Standardwert: 100
API endpoint:
https://4or.de/api/v1/links/{id}
Beispiel Request:
curl --location --request GET 'https://4or.de/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://4or.de/api/v1/links
Beispiel Request:
curl --location --request POST 'https://4or.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
für Aktiv, 1
für Deaktiviert. Standardwert: 0
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Standardwert: 0
privacy_password
privacy
auf 2
gesetzt ist.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
für Keine, 1
für Geografisch, 2
für Plattform, 4
für Rotation.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 endpoint:
https://4or.de/api/v1/links/{id}
Beispiel Request:
curl --location --request PUT 'https://4or.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
für Aktiv, 1
für Deaktiviert.privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.privacy_password
privacy
auf 2
gesetzt ist.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
für Keine, 1
für Geografisch, 2
für Plattform, 4
für Rotation.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 endpoint:
https://4or.de/api/v1/links/{id}
Beispiel Request:
curl --location --request DELETE 'https://4or.de/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'