Payment links
List payment links
Retrieves a list of payment links.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
search?string
Response Body
application/json
curl -X GET "https://example.com/payment-links"{
"payment_links": [
{
"type": "subscription",
"id": "paylnk_IhMUl3rrZ3",
"name": "Northwind APM Subscribe",
"status": "active",
"description": "Subscribe to Northwind Application Performance Monitoring.",
"slug": "nw-apm-subscribe",
"url": "https://billingrails.page/northwind-labs-api-sandbox/pay/nw-apm-subscribe",
"return_url": null,
"created_at": "2025-02-14T17:33:40.843Z"
}
],
"meta": {
"request_id": "req_IhMUl3rrZ3",
"current_page": 1,
"per_page": 20,
"total_count": 100
}
}