get https://cubi-sandbox-api.customersbank.com/partners/v1/Messages
This endpoint provides access to the latest Service Messages, enabling clients to stay informed about critical updates and operational notifications.
Responses
This endpoint provides access to the latest Service Messages, enabling clients to stay informed about critical updates and operational notifications.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/partners/v1/Messages \
--header 'accept: application/json'
xxxxxxxxxx
12{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"messageText": "string",
"type": "Banner"
}
]
}