GET
/api/v1/linksDaftar semua short link
Scope: links:read
REST API v1
Gunakan API key dari dashboard sebagai Bearer token. Scope dan rate limit diterapkan pada setiap permintaan.
curl -H "Authorization: Bearer gop_xxx" \ https://go.proyek.org/api/v1/links
Header respons mencakup X-RateLimit-Limit, X-RateLimit-Remaining, dan X-RateLimit-Reset.
/api/v1/linksDaftar semua short link
/api/v1/linksBuat short link
/api/v1/links/{id}Detail, edit, atau hapus link
/api/v1/analyticsRingkasan performa
/api/v1/qrGenerate PNG atau SVG
curl -X POST https://go.proyek.org/api/v1/links \
-H "Authorization: Bearer gop_xxx" \
-H "Content-Type: application/json" \
-d '{"targetUrl":"https://example.com","alias":"contoh"}'