cURL
curl --request GET \ --url https://dev.users.niobi.co/api/payment-link-api/list
{ "success": "true", "message": "Payment link list fetched successfully.", "data": [ "<string>" ] }
This endpoint allows you to access a list of all the payment links created under your Niobi account.
Ok.
The response is of type object.
object