Across 5 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are CobrandLoginResponse (4 properties), Cobrand (3 properties), YodleeError (3 properties), CobrandPublicKeyResponse (2 properties). Each schema is shown below with its type and property counts.
UpdateCobrandNotificationEvent
object
1 property
CobrandSession
object
1 property
UpdateCobrandNotificationEventRequest
object
1 property1 required
Cobrand
object
3 properties2 required
CobrandNotificationEvent
object
2 properties
CreateCobrandNotificationEvent
object
1 property
CobrandLoginRequest
object
1 property1 required
CreateCobrandNotificationEventRequest
object
1 property1 required
CobrandLoginResponse
object
4 properties
CobrandPublicKeyResponse
object
2 properties
CobrandNotificationResponse
object
1 property
YodleeError
object
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.