Amazon Connect · Example Payload

List Routing Profiles Response Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

List Routing Profiles Response Example is an example object payload from Amazon Connect, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RoutingProfileSummaryListNextToken

Example Payload

Raw ↑
{
  "RoutingProfileSummaryList": [
    "example-value"
  ],
  "NextToken": "a1b2c3d4token"
}