curl --request GET \
--url https://app.dilli.studio/api/v1/payment-links \
--header 'X-Api-Key: <api-key>'{
"current_page": 123,
"per_page": 123,
"total": 123,
"data": [
{
"id": "<string>",
"public_token": "<string>",
"name": "<string>",
"description": "<string>",
"amount": 123,
"currency": "<string>",
"is_active": true,
"max_installments": 123,
"interest_rate": 123,
"is_recurring": true,
"interval_unit": "<string>",
"interval_count": 123,
"billing_cycles": 123,
"payment_provider_account_id": "<string>",
"provider_account": {
"id": "<string>",
"name": "<string>",
"provider": "pagarme",
"mode": "test"
},
"products": [
{
"id": "<string>",
"name": "<string>",
"price": 123,
"price_minor": 123,
"currency": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://app.dilli.studio/api/v1/payment-links \
--header 'X-Api-Key: <api-key>'{
"current_page": 123,
"per_page": 123,
"total": 123,
"data": [
{
"id": "<string>",
"public_token": "<string>",
"name": "<string>",
"description": "<string>",
"amount": 123,
"currency": "<string>",
"is_active": true,
"max_installments": 123,
"interest_rate": 123,
"is_recurring": true,
"interval_unit": "<string>",
"interval_count": 123,
"billing_cycles": 123,
"payment_provider_account_id": "<string>",
"provider_account": {
"id": "<string>",
"name": "<string>",
"provider": "pagarme",
"mode": "test"
},
"products": [
{
"id": "<string>",
"name": "<string>",
"price": 123,
"price_minor": 123,
"currency": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
]
}X-Api-Key. Filter by search or is_active to narrow results.