Create one or more new feed connection
By passing in the FeedConnections array object in the body, you can create one or more new feed connections
Headers
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
{
"pagination": {
"page": 1,
"pageSize": 10,
"pageCount": 1,
"itemCount": 2
},
"items": [
{
"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"
}
}
]
}Response
success new feed connection(s)response
Example response
{
"pagination": {
"page": 1,
"pageSize": 10,
"pageCount": 1,
"itemCount": 2
},
"items": [
{
"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"
}
}
]
}Changes
Changed in 2 of the 54 revisions of this API.13
- ▲
removed the enum value
of the request propertyitems/items/currencyrequest-property-enum-value-removed
- ○
removed the
enum value from theitems/items/currencyresponse property for the response status202response-property-enum-value-removed
- ○
removed the
enum value from theitems/items/currencyresponse property for the response status400response-property-enum-value-removed
- ▲
- ○
added the new optional
headerrequest parameterIdempotency-Keynew-optional-request-parameter
- ○