Cobrand Resource
Entity: cobrand
| Attribute Name | Type | Description | Endpoints | 
|---|---|---|---|
| locale | string | The customer's locale that will be considered for the localization functionality. | POST cobrand/login | 
| cobrandId | long | Unique identifier of the cobrand (customer) in the system. | POST cobrand/login | 
| applicationId | string | The application identifier. | POST cobrand/login | 
| keyAlias | string | The key name used for encryption. | GET cobrand/publicKey | 
| keyAsPemString | string | The public key that the customer should be using to encrypt the credentials and answers before sending it to the add and update providerAccounts APIs. | GET cobrand/publicKey | 
| event | entity[] | Notification events that customers could subscribe to. | GET cobrand/config/notifications/events | 
Entity: event
| Attribute Name | Type | Description | Endpoints | 
|---|---|---|---|
| callbackUrl | string | URL to which the notification should be posted. | GET cobrand/config/notifications/events | 
| name | string | Name of the event for which the customers must subscribe to receive notifications.
			 Valid Value: Notification Events Name 
			 | 
			GET cobrand/config/notifications/events | 
Enums: Notification Events Name
| Name | Description | 
|---|---|
| REFRESH | Events that happen during add, edit and update aggregated accounts processes. | 
| DATA_UPDATES | Data updates that happen on provider accounts, accounts, transactions and holdings data due to user actions or auto-updates. This event is triggered to help the customer perform data extracts from the Yodlee system to their system. |