v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442212198.5 KB

List all of the configuration sets associated with your Amazon Pinpoint account in the current region.

In Amazon Pinpoint, configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

get/v1/email/configuration-sets

Query parameters

NextTokenstring

A token returned from a previous call to <code>ListConfigurationSets</code> to indicate the position in the list of configuration sets.

PageSizeinteger

The number of results to show in a single call to <code>ListConfigurationSets</code>. If the number of results is larger than the number you specified in this parameter, then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.

Response

Success

ConfigurationSetsConfigurationSetName[]

An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.

NextTokenstring

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to <code>ListConfigurationSets</code>, and pass this token in the <code>NextToken</code> parameter.

All 42 operations