The Notify REST API allows you to control your notifications workflow from your server. You can create bindings, credentials, and services, as well as send notifications using the endpoints in this REST API.
All URLs in the reference documentation use the following base URL:
https://notify.twilio.com/v1
All requests to the Notify REST API are served over HTTPS. Unencrypted HTTP is not supported.
You can control your connectivity to Twilio's platform by including your specific edge location in the subdomain. This will allow you to bring Twilio's public or private network connectivity closer to your applications for improved performance.
For instance, customers with infrastructure in Germany can make use of the frankfurt
edge location by using the base URL of:
https://notify.frankfurt.us1.twilio.com/v1
Notify is supported by all our server-side helper libraries.
HTTP requests to the REST API are protected with HTTP Basic authentication like other REST APIs provided by Twilio. To learn more about how Twilio handles authentication, please refer to our security documentation. In short, you will use your Twilio account SID as the username and your auth token as the password for HTTP Basic authentication.