Fetch a list of providers connected to your business on Recital.
connectIDs
curl --location --request GET 'https://api.recital.finance/api/v1/providers \ --header 'Authorization: Bearer apiKey'
{ "success": true, "message": "Data retrieved successfully.", "data": [ { "providerId": "0001", "providerName": "Flutterwave", "providerLogo": "https://prov-logos.s3.eu-central-1.amazonaws.com/fluter.png", "providerType": "Payment API", "connectID": "HnwiseDy8HB2GOV" } ] }