BankFeeds
Retrieve single feed connection based on a unique id provided
By passing in a FeedConnection Id options, you can search for matching feed connections
get/FeedConnections/{id}
Path parameters
idstring uuid required
Unique identifier for retrieving single object
Response
success returns a FeedConnection object matching the id in response
Example response
{
"id": "0d3cf8d-95dc-4466-8dc0-47e6d1197e28",
"accountToken": "10000123",
"accountNumber": "3809087654321500",
"accountName": "Joe's Savings Account",
"accountId": "079a88ea-276d-41fb-a1f1-366ef3e22921",
"accountType": "BANK",
"currency": "AUD",
"country": "GB",
"status": "REJECTED",
"error": {
"title": "Invalid Application",
"status": 403,
"detail": "The application has not been configured to use these API endpoints.",
"type": "invalid-application"
}
}