payment_links:read scope.
Request
GET https://api.blockra.io/payment-links
Query parameters
Page number (1-based).
Items per page (max 100).
Sort column:
id, label, amount, uses, status, or created_at.asc or desc.Exact payment link ID.
Substring match on the label.
Comma-separated:
active, inactive.Minimum amount.
Maximum amount.
ISO date string — return links created on or after this date (e.g.
2026-01-01).ISO date string — return links created before this date.
Response
The payment links on this page (each:
id, label, amount, currency, uses, is_active, created_at).Total matching links.
Current page.
Page size.
Total number of pages.

