- Display provider options to users
- Show linked
connectIDsin UI
Request
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch a list of providers connected to your business on Recital.
connectIDs in UIcurl --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"
}
]
}