API endpunkt:
https://link.kroginski.de/api/v1/links
Beispiel anfordern:
curl --location --request GET 'https://link.kroginski.de/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchbytitle für Title, alias für Alias, url für URL. Stadard zu: title.status0 für Alles, 1 für Aktiviert, 2 für Abgelaufen, 3 für Deaktiviert. Stadard zu: 0.spacedomainpixelsortdesc für absteigend, asc für Aufsteigend, max für Beste Leistung, min für Am wenigsten leistungsfähig. Stadard zu: desc.per_page10 zu 100. Stadard zu: 10.API endpunkt:
https://link.kroginski.de/api/v1/links/{id}
Beispiel anfordern:
curl --location --request GET 'https://link.kroginski.de/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpunkt:
https://link.kroginski.de/api/v1/links
Beispiel anfordern:
curl --location --request POST 'https://link.kroginski.de/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlaliaspasswordspacedomainpixelsdisabled0 für Aktiviert, 1 für Deaktiviert. Stadard zu: 0.privacy0 für Öffentlich, 1 für Privat, 2 für Passwort. Stadard zu: 0.privacy_passwordprivacy zu 2 gesetzt ist.expiration_urlexpiration_dateYYYY-MM-DD format.expiration_timeHH:MM format.expiration_clickstarget_type0 für Keine, 1 für Geografisch, 2 für Platform, 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 endpunkt:
https://link.kroginski.de/api/v1/links/{id}
Beispiel anfordern:
curl --location --request PUT 'https://link.kroginski.de/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlaliaspasswordspacedomainpixelsdisabled0 für Aktiviert, 1 für Deaktiviert.privacy0 für Öffentlich, 1 für Privat, 2 für Passwort.privacy_passwordprivacy zu 2 gesetzt ist.expiration_urlexpiration_dateYYYY-MM-DD format.expiration_timeHH:MM format.expiration_clickstarget_type0 für Keine, 1 für Geografisch, 2 für Platform, 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 endpunkt:
https://link.kroginski.de/links/{id}/destroy
Beispiel anfordern:
curl --location --request DELETE 'https://link.kroginski.de/links/{id}/destroy' \ --header 'Authorization: Bearer {api_key}'