amazonaws.com

Pinpoint SMS and Voice Messaging public facing APIs

🔑 oauth2 8 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
List all of the configuration sets associated with your Amazon Pinpoint accou…
curl \
  -H "Authorization: $API_KEY" \
  http://sms-voice.pinpoint.us-east-1.amazonaws.com/v1/sms-voice/configuration-sets
Obtain information about an event destination, including the types of events …
curl \
  -H "Authorization: $API_KEY" \
  http://sms-voice.pinpoint.us-east-1.amazonaws.com/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations
Endpoints (8 total)
GET
/v1/sms-voice/configuration-sets
List all of the configuration sets associated with your Amazon Pinpoint accou…
GET
/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations
Obtain information about an event destination, including the types of events …
POST
/v1/sms-voice/voice/message
Create a new voice message and send it to a recipient's phone number.
POST
/v1/sms-voice/configuration-sets
Create a new configuration set. After you create the configuration set, you c…
POST
/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations
Create a new event destination in a configuration set.
PUT
/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}
Update an event destination in a configuration set. An event destination is a…
DELETE
/v1/sms-voice/configuration-sets/{ConfigurationSetName}
Deletes an existing configuration set.
DELETE
/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}
Deletes an event destination in a configuration set.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints8
Authoauth2
Categories1
http://sms-voice.pinpoint.us-east-1.amazonaws.com