http://sms-voice.pinpoint.{region}.amazonaws.com/v1/sms-voice/configuration-setsList all of the configuration sets associated with your Amazon Pinpoint account in the current region.
A token returned from a previous call to the API that indicates the position in the list of results.
Used to specify the number of items that should be returned in the response.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://sms-voice.pinpoint.{region}.amazonaws.com/v1/sms-voice/configuration-sets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://sms-voice.pinpoint.{region}.amazonaws.com/v1/sms-voice/configuration-setsList all of the configuration sets associated with your Amazon Pinpoint account in the current region.
A token returned from a previous call to the API that indicates the position in the list of results.
Used to specify the number of items that should be returned in the response.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://sms-voice.pinpoint.{region}.amazonaws.com/v1/sms-voice/configuration-sets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}