ਪਿਕਸਲ

ਛੋਟੇ ਲਿੰਕ ਲਈ ਟ੍ਰੈਕਿੰਗ ਪਿਕਸਲ।

GET/api/v1/pixels
ਪਿਕਸਲ ਸੂਚੀ
ਨਾਮਕਿਸਮਲੋੜੀਂਦਾਵੇਰਵਾ
pageintegerਨਹੀਂPage number (default 1)
results_per_pageintegerਨਹੀਂItems per page (default 25, max 100)
searchstringਨਹੀਂSearch term
search_bystringਨਹੀਂColumn to search
order_bystringਨਹੀਂSort column
order_typestringਨਹੀਂasc or desc
datetime_startstringਨਹੀਂISO datetime filter start
datetime_endstringਨਹੀਂISO datetime filter end
curl -X GET 'https://forqrcode.com/api/v1/pixels' \
  -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/pixels/{id}
ਇੱਕ ਪਿਕਸਲ ਪੜ੍ਹੋ
ਨਾਮਕਿਸਮਲੋੜੀਂਦਾਵੇਰਵਾ
idintegerਹਾਂ
curl -X GET 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
POST/api/v1/pixels
ਪਿਕਸਲ ਬਣਾਓ
curl -X POST 'https://forqrcode.com/api/v1/pixels' \
  -H 'Authorization: Bearer YOUR_API_KEY'
PATCH/api/v1/pixels/{id}
ਪਿਕਸਲ ਅੱਪਡੇਟ
ਨਾਮਕਿਸਮਲੋੜੀਂਦਾਵੇਰਵਾ
idintegerਹਾਂ
curl -X PATCH 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
DELETE/api/v1/pixels/{id}
ਪਿਕਸਲ ਮਿਟਾਓ
ਨਾਮਕਿਸਮਲੋੜੀਂਦਾਵੇਰਵਾ
idintegerਹਾਂ
curl -X DELETE 'https://forqrcode.com/api/v1/pixels/{id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'

ਪੈਰਾਮੀਟਰ ਨਾਮ ਅਤੇ JSON ਉਦਾਹਰਣ ਅੰਗਰੇਜ਼ੀ ਵਿੱਚ ਹਨ। YOUR_API_KEY ਨੂੰ ਆਪਣੀ ਕੁੰਜੀ ਨਾਲ ਬਦਲੋ।