Skip to main content
GET
/
v1
/
payment-links
/
{id}
Retrieve a payment link
curl --request GET \
  --url https://api.useduro.com/v1/payment-links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "planId": "<string>",
  "slug": "<string>",
  "active": true,
  "createdAt": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

OK

id
string
planId
string
slug
string
active
boolean
createdAt
string