Piksele

Piksele śledzące dla krótkich linków.

GET/api/v1/pixels
Lista piksel
NazwaTypWymaganeOpis
pageintegerNiePage number (default 1)
results_per_pageintegerNieItems per page (default 25, max 100)
searchstringNieSearch term
search_bystringNieColumn to search
order_bystringNieSort column
order_typestringNieasc or desc
datetime_startstringNieISO datetime filter start
datetime_endstringNieISO datetime filter end
curl -X GET 'https://forqrcode.com/api/v1/pixels' \
  -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/pixels/{id}
Odczytaj jeden piksel
NazwaTypWymaganeOpis
idintegerTak
curl -X GET 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
POST/api/v1/pixels
Utwórz piksel
curl -X POST 'https://forqrcode.com/api/v1/pixels' \
  -H 'Authorization: Bearer YOUR_API_KEY'
PATCH/api/v1/pixels/{id}
Aktualizuj piksel
NazwaTypWymaganeOpis
idintegerTak
curl -X PATCH 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
DELETE/api/v1/pixels/{id}
Usuń piksel
NazwaTypWymaganeOpis
idintegerTak
curl -X DELETE 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Nazwy parametrów i przykłady JSON są po angielsku. Zamień YOUR_API_KEY na klucz konta.