GET
/
api
/
payment-link-api
/
list
curl --request GET \
  --url https://dev.users.niobi.co/api/payment-link-api/list
{
  "success": "true",
  "message": "Payment link list fetched successfully.",
  "data": [
    "<string>"
  ]
}

Response

200
application/json

Ok.

The response is of type object.