Skip to main content
GET
/
v1
/
payment-links
List payment links
curl --request GET \
  --url https://api.useduro.com/v1/payment-links \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ],
  "nextCursor": "<string>",
  "hasMore": true
}

Authorizations

Authorization
string
header
required

A secret key (sk_test_… / sk_live_…), OAuth token, or identity token.

Query Parameters

limit
integer
default:20
Required range: x <= 100
cursor
string

nextCursor from the previous page.

Response

200 - application/json

OK

items
object[]
nextCursor
string | null
hasMore
boolean